| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
Remove openid provider icons from login selector, since openid providers
are increasingly not working. Verisign retired theirs, and aol and
yahoo/flickr are not commonly used for openid. Any users who still clicked
those icons to login will need to instead enter their openid url.
This commit was sponsored by andrea rota.
|
| |
|
|
|
|
|
| |
That can take effect on Branchable without rebuilding ikiwiki.deb, and
the shorter name is perhaps nicer anyway.
|
| |
|
| |
|
|
|
|
| |
Now template variables can be set to control which login methods are shown
|
|
|
|
|
|
|
|
|
| |
This includes some CSS changes to names of elements.
Also, added Email login button (doesn't work yet of course),
and brought back the small openid login buttons. Demoted yahoo and verison
to small buttons. This makes the big buttons be the main login types, and
the small buttons be provider-specific helpers.
|
|
|
|
|
| |
None of these are commonly used openid providers, and the openid button
can be used to log in with any such openid provider.
|
| |
|
|
|
|
| |
openid selector display "Password" instead of "Other", so users are more likely to click on it when they don't have an openid.
|
| |
|
| |
|
| |
|
|
|
|
| |
execution until April 2015. (It may continue to work until 2017.)
|
| |
|
|
|
|
| |
Replace with Verisign's openid provider.
|
|
|
|
| |
Basically just U+2714 HEAVY CHECK MARK on a circle.
|
|
|
|
| |
Their new logotype is really, really easy to imitate.
|
|
|
|
| |
Drawn in Inkscape and released under the IkiWiki basewiki license.
|
|
|
|
|
| |
claimid.com says "After 7 years, 6 months, and 20 days of service,
ClaimID has ceased operations".
|
|
|
|
|
|
| |
I was unable to determine a specific author or copyright holder
for this icon, and listing every potential Wordpress copyright holder
in debian/copyright seems ridiculous.
|
|
|
|
| |
Taken from gnome-online-accounts under LGPL-2.1+.
|
|
|
|
|
| |
According to their website, their service will be (was?) shut down
on 1st February 2014.
|
|
|
|
| |
(cherry picked from commit 805498bc838218f31d11efac0b02996b11a953d1)
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for google maps to work, an API key needs to be added to the configuration
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
jquery-ui expects to find them in a specific place relative to it
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|