| Commit message (Expand) | Author | Age |
* | osm: do not override sorting order of layers•••(cherry picked from commit 805498bc838218f31d11efac0b02996b11a953d1)
| Antoine Beaupré | 2012-08-25 |
* | make layers an array•••this simplifies the code, make the configuration more intuitive, at
the cost of making the labels on the layers automatically generated
and therefore less customizable
| Antoine Beaupré | 2012-08-25 |
* | put google layers in parenthesis | Antoine Beaupré | 2012-08-25 |
* | openlayers: use the provided layer name and put the source in parenthesis | Antoine Beaupré | 2012-08-25 |
* | make layers completely customizable | Antoine Beaupré | 2012-08-25 |
* | simplify local tile code, uniform titles | Antoine Beaupré | 2012-08-25 |
* | extend default zoom to 19, OSM's maximum, simplify code | Antoine Beaupré | 2012-08-25 |
* | osm: add optional google maps support•••for google maps to work, an API key needs to be added to the configuration
| Antoine Beaupré | 2012-08-25 |
* | osm: be explicit about projection of data | Antoine Beaupré | 2012-08-25 |
* | OSM plugin: new config option to specify the url to fetch maps from | Geneviève Bastien | 2012-08-25 |
* | multiple osm fixes•••* 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
| Joey Hess | 2012-03-18 |
* | Add a few missing jquery UI icons to attachment upload widget underlay. | Joey Hess | 2012-03-05 |
* | move osm.js to osm underlay and osm does not need javascript underlay | Joey Hess | 2012-03-03 |
* | move js in the right location | Antoine Beaupré | 2012-03-03 |
* | split off the javascript in a separate file | Antoine Beaupré | 2012-03-03 |
* | add osm.png•••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.
| Joey Hess | 2012-03-03 |
* | Bug#660549: ikiwiki: [PATCH] openid-jquery.js: Update URL of Wordpress favicon•••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
| Paul Menzel | 2012-02-19 |
* | jquery source cleanup•••* 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.
| Joey Hess | 2011-08-24 |
* | a few more jquery icons | Joey Hess | 2011-06-21 |
* | move images around•••jquery-ui expects to find them in a specific place relative to it
| Joey Hess | 2011-06-15 |
* | jquery-ui icons | Joey Hess | 2011-06-15 |
* | move image | Joey Hess | 2011-06-15 |
* | added jquery templates | Joey Hess | 2011-06-15 |
* | added jquery-ui for attachment interface | Joey Hess | 2011-06-15 |
* | updated jquery and made it its own underlay | Joey Hess | 2011-06-15 |
* | load attachment javascript into template the clean way | Joey Hess | 2011-06-15 |
* | deleted a lot of code ikiwiki does not need•••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.
| Joey Hess | 2011-06-15 |
* | add the blueimp jquery fileupload widget•••from http://aquantum-demo.appspot.com/file-upload
git version 7f89121
removed some files ikiwiki does not need
| Joey Hess | 2011-06-15 |
* | openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and ... | Joey Hess | 2010-08-17 |
* | avoid insane use of javascript "array" | Joey Hess | 2010-05-27 |
* | hide local signin when nothing is selected | Joey Hess | 2010-05-10 |
* | use labels | Joey Hess | 2010-05-08 |
* | moved non-openid signin form into same page as openid selector; show/hide as ... | Joey Hess | 2010-05-08 |
* | Revert "add gmail button"•••This reverts commit 32a79523bbb4051a9a528a148a6db82e9fdd20d6.
Buggy and I need sleep.
| Joey Hess | 2010-05-08 |
* | add gmail button•••It uses the google profile openid url, which results in a nicer openid
than the o8/id url.
| Joey Hess | 2010-05-08 |
* | avoid setting cookie for promptless buttons•••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.
| Joey Hess | 2010-05-08 |
* | improve selector layout | Joey Hess | 2010-05-08 |
* | gardening openid provider list•••- 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
| Joey Hess | 2010-05-08 |
* | avoid scaling favicons•••chromium's rather impressive jaggy-free scaling spoiled me, but in
iceweasel, scaled favicons look crap
| Joey Hess | 2010-05-07 |
* | adapt to ikiwiki•••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.
| Joey Hess | 2010-05-07 |
* | modify labels to input box for consistency | Joey Hess | 2010-05-07 |
* | use ikiwiki's replacement openid logo in input box | Joey Hess | 2010-05-07 |
* | modify openid selector to not default to http:// for openid•••ikiwiki doesn't care if the http:// is there, and it seems cleaner and less
annoying this way
| Joey Hess | 2010-05-07 |
* | pretty openid login•••* 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.
| Joey Hess | 2010-05-07 |
* | add minified jquery.js from openid-selector svn | Joey Hess | 2010-05-07 |
* | patch hidden field setting code•••Fixes http://code.google.com/p/openid-selector/issues/detail?id=11#c3
| Joey Hess | 2010-05-07 |
* | use me.yahoo.com•••Fixes http://code.google.com/p/openid-selector/issues/detail?id=10
| Joey Hess | 2010-05-07 |
* | r21 from http://code.google.com/p/openid-selector/source/checkout | Joey Hess | 2010-05-07 |
* | Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ... | Joey Hess | 2010-04-24 |
* | fix file, should be symlink | Joey Hess | 2010-04-16 |