aboutsummaryrefslogtreecommitdiff
path: root/underlays
Commit message (Collapse)AuthorAge
* multiple osm fixesJoey Hess2012-03-18
| | | | | | | | * fix will_render calls to pass proper relative filenames * fix urls to kml etc files to not assume wiki's top is at / * avoid building the javascript to display the map in two different ways between the cgi and on-page maps * refactor duplicate code
* Add a few missing jquery UI icons to attachment upload widget underlay.Joey Hess2012-03-05
|
* move osm.js to osm underlay and osm does not need javascript underlayJoey Hess2012-03-03
|
* move js in the right locationAntoine Beaupré2012-03-03
|
* split off the javascript in a separate fileAntoine Beaupré2012-03-03
|
* add osm.pngJoey Hess2012-03-03
| | | | | | | | | Add an underlay for the osm plugin. Update links to right path to icon. Note that the osm plugin has a pervasive bug in how it links to icons; it assumes the site is at /. I did not attempt to fix that; it should be using urlto() to make a correct relative link.
* Bug#660549: ikiwiki: [PATCH] openid-jquery.js: Update URL of Wordpress faviconPaul Menzel2012-02-19
| | | | | | | | | | | | | | | | | | | From a3041e786fe9e09110218e83e996fe688f8376ea Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Sun, 19 Feb 2012 16:05:33 +0100 Subject: [PATCH] openid-jquery.js: Update URL of Wordpress favicon The URL for the favicon for Wordpress in the OpenID login page [1] is not valid anymore and gives the following access denied error. <?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>C2BF55AE9F76A487</RequestId><HostId>FFmvol84V82UR34uxP1N7pDNGSLWS0QDtLBsP5JKj0GcU//C3jm3TftcIcGzFBbh</HostId></Error> Looking at the Wordpress site I found a different URL for the favicon [2]. The other URLs only use non-secured HTTP access and therefore I only took the http version, although I do not know about the downsides. [1] https://ddgw.s3.amazonaws.com/wordpress.org.ico [2] http://s2.wp.com/i/favicon.ico
* jquery source cleanupJoey Hess2011-08-24
| | | | | | | | | | | | | | | | | | | * Add unminified jquery js and css files to source. * Update to jquery 1.6.2, and jquery-ui 1.8.14. The full files are included in the source but not the binary. I'm not minifying the files as part of build because I don't want ikiwiki to build depend on a javascript minifier. (Let alone need one at runtime). Nor do I want to deal with any breakage caused by the minifier. These files were taken from the debian packages. The jquery-tmpl full file was taken from revision 66bb852217c49ae8c9a8f2522150354ae80463de of its git repository, which matches the minified file I already had. I did not want to deal with possible breakage in newer versions; this thing claims to need an ancient version of jquery (1.4.2), and is perhaps only working by luck with the newer versions as it is.
* a few more jquery iconsJoey Hess2011-06-21
|
* move images aroundJoey Hess2011-06-15
| | | | jquery-ui expects to find them in a specific place relative to it
* jquery-ui iconsJoey Hess2011-06-15
|
* move imageJoey Hess2011-06-15
|
* added jquery templatesJoey Hess2011-06-15
|
* added jquery-ui for attachment interfaceJoey Hess2011-06-15
|
* updated jquery and made it its own underlayJoey Hess2011-06-15
|
* load attachment javascript into template the clean wayJoey Hess2011-06-15
|
* deleted a lot of code ikiwiki does not needJoey Hess2011-06-15
| | | | | | | | | removed most of the css, going for standard plain ikiwiki look Removed support for image previews, file size limits, delete buttons, maximum number of files, file size display. Ikiwiki handles all that. Turned on autoupload.
* add the blueimp jquery fileupload widgetJoey Hess2011-06-15
| | | | | | | from http://aquantum-demo.appspot.com/file-upload git version 7f89121 removed some files ikiwiki does not need
* openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and ↵Joey Hess2010-08-17
| | | | MSIE 8 in compat mode). Thanks to Iain McLaren for reporting the bug and providing access to debug it.
* avoid insane use of javascript "array"Joey Hess2010-05-27
|
* hide local signin when nothing is selectedJoey Hess2010-05-10
|
* use labelsJoey Hess2010-05-08
|
* moved non-openid signin form into same page as openid selector; show/hide as ↵Joey Hess2010-05-08
| | | | buttons are pressed
* Revert "add gmail button"Joey Hess2010-05-08
| | | | | | This reverts commit 32a79523bbb4051a9a528a148a6db82e9fdd20d6. Buggy and I need sleep.
* add gmail buttonJoey Hess2010-05-08
| | | | | It uses the google profile openid url, which results in a nicer openid than the o8/id url.
* avoid setting cookie for promptless buttonsJoey Hess2010-05-08
| | | | | | I think it is clearer to not have such a button appear pre-selected when entering the signin page, because that may suggest to the user they don't need to click on it, and yet they do.
* improve selector layoutJoey Hess2010-05-08
|
* gardening openid provider listJoey Hess2010-05-08
| | | | | | | | - fix url to flickr profile - remove blogger; google property and uses their openid system; wants to sign user up for a blogger blog - remove technorati, which dropped openid provider support - AOL seems to call it a username, not a screenname
* avoid scaling faviconsJoey Hess2010-05-07
| | | | | chromium's rather impressive jaggy-free scaling spoiled me, but in iceweasel, scaled favicons look crap
* adapt to ikiwikiJoey Hess2010-05-07
| | | | | | | | | | | | Upstream ships a collection of icons, but the licences of them are very unclear, since most seem to be taken from the various openid provider websites. That can't be included in ikiwiki. So, instead hotlink to favicons of sites, and for large display, include the site name. Removed vidoop.com, which is gone. If an url is passed to init as the second parameter, add a "Local Login" provider, which just links to do=signin.
* modify labels to input box for consistencyJoey Hess2010-05-07
|
* use ikiwiki's replacement openid logo in input boxJoey Hess2010-05-07
|
* modify openid selector to not default to http:// for openidJoey Hess2010-05-07
| | | | | ikiwiki doesn't care if the http:// is there, and it seems cleaner and less annoying this way
* pretty openid loginJoey Hess2010-05-07
| | | | | | | * openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec.
* add minified jquery.js from openid-selector svnJoey Hess2010-05-07
|
* patch hidden field setting codeJoey Hess2010-05-07
| | | | Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
* use me.yahoo.comJoey Hess2010-05-07
| | | | Fixes http://code.google.com/p/openid-selector/issues/detail?id=10
* r21 from http://code.google.com/p/openid-selector/source/checkoutJoey Hess2010-05-07
|
* Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ↵Joey Hess2010-04-24
| | | | top of the web root. This is another things that requires a wiki rebuild on upgrade to this version.
* fix file, should be symlinkJoey Hess2010-04-16
|
* Improve javascript onload handling.Joey Hess2009-12-12
| | | | | | | | | I noticed the onload hook running twice sometimes when using chromium. Change from using arguments.callee.done to a onload_done variable fixed it. I guess that the callee differed in chromium. Probably the cause of the problem is that chrome supports both window.onload and document.addEventListener.
* add pagespec/sorting to underlayJoey Hess2009-10-09
|
* Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective pages from ↵Joey Hess2009-08-16
| | | | the basewiki.
* Merge branch 'master' into poJoey Hess2009-05-19
|\ | | | | | | | | Conflicts: debian/changelog
| * relativedate: Deal with clock skew.Joey Hess2009-04-23
| | | | | | | | | | | | | | | | | | | | | | If the server has a clock running a bit ahead of the web browsing client, relativedate could cause somewhat confusing displays like "3 seconds from now" for just posted things. As a hack, avoid displaying times in the future if they're less than a small slip forward. I chose 30 minutes because both client and server could be wrong in different directions, while it's still close enough that "just now" is not horribly wrong.
* | Merge commit 'upstream/master' into prv/pointrigeri2009-01-01
|\|
| * remove top-level directive page from basewikiJoey Hess2008-12-24
| |
* | added symlink to pagespec/po in basewiki to fix the buildintrigeri2008-11-07
|/ | | | | | else basewiki_brokenlinks.t fails. Signed-off-by: intrigeri <intrigeri@boum.org>
* use relativedate as the css class for dates that should display relativeJoey Hess2008-10-20
|
* partial support for calling onload once the DOM is readyJoey Hess2008-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for gecko and newer versions of opera to call onload once the DOM is ready, rather than waiting for all images in the page to load. Makes relativedate behave somewhat better. Dealing with this means jumping into the browser incompatability waters that I prefer to avoid. Full solutions for most of the major browsers are listed here: http://dean.edwards.name/weblog/2006/06/again/ However, no *license* is listed there, so I can't use that code. Also, the more involved code appears to have various issues (such as the inline IE code not working via https). So I only added the simple call to a hook needed for gecko/opera. It seems that the only standards-compliant way to do this is using the `defer` attribute to a `script` tag, using an external script that will be loaded once the DOM is ready, and can call onload. However, that has browser compatability issues of its own, since not all browsers honor `defer`. Perhaps I should really just be using one of the javascript frameworks, that include code to solve this for the major browsers. But something about them still puts me off, and this issue is minor enough that I'm willing to live with incomplete support for now.