| Commit message (Expand) | Author | Age |
... | |
* | changelog | Joey Hess | 2012-09-29 |
* | update copyright and changelog | Joey Hess | 2012-08-30 |
* | releasing version 3.20120725 | Joey Hess | 2012-08-25 |
* | comments: Remove ipv6 address specific code. | Joey Hess | 2012-08-25 |
* | merged anarcat/osm_arbitrary_layers | Joey Hess | 2012-08-25 |
* | responsen | Joey Hess | 2012-08-24 |
* | merged anarcat's osm fixes | Joey Hess | 2012-08-05 |
* | Split CFLAGS into words when building wrapper. Closes: #682237 | Joey Hess | 2012-07-20 |
* | recentchangesdiff: When diffurl is not set, provide inline diffs in the recen... | Joey Hess | 2012-07-19 |
* | releasing version 3.20120629 | Joey Hess | 2012-06-29 |
* | mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or other confi... | Joey Hess | 2012-06-03 |
* | cve | Joey Hess | 2012-05-16 |
* | meta: Security fix; add missing sanitization of author and authorurl. Thanks,... | Joey Hess | 2012-05-16 |
* | releasing version 3.20120419 | Joey Hess | 2012-04-19 |
* | merged smcv/ready/trail | Joey Hess | 2012-04-18 |
* | graphviz: Handle self-links. | Joey Hess | 2012-04-18 |
* | link: Fix renaming wikilinks that contain embedded urls. | Joey Hess | 2012-04-18 |
* | add comment subscription checkbox to editpage•••Reworded template, which also called the commit message a "comment".
| Joey Hess | 2012-04-13 |
* | inline, trail: The pagenames parameter is now a list of absolute pagenames, n... | Joey Hess | 2012-04-08 |
* | remove: Support removing of pages in the transient underlay. (smcv) | Joey Hess | 2012-04-08 |
* | rename: Allow rename to be started not from the edit page; return to the rena... | Joey Hess | 2012-04-05 |
* | typo | Joey Hess | 2012-04-04 |
* | httpauth: When it's the only auth method, avoid a pointless and confusing sig... | Joey Hess | 2012-04-04 |
* | passwordauth: Fix url in password recovery email to be absolute.•••This got broken when cgiurl began often returning a relative url.
Added a cgiurl_abs for the things that need a guaranteed absolute cgiurl.
| Joey Hess | 2012-04-02 |
* | meta: Support keywords header. Closes: #664780 Thanks, Martin Michlmayr | Joey Hess | 2012-04-01 |
* | Added a "changes" hook. Renamed the "change" hook to "rendered", but•••the old hook name is called for now for back-compat.
| Joey Hess | 2012-03-28 |
* | changemail: New plugin, sends emails about changed pages. | Joey Hess | 2012-03-28 |
* | meta: Export author information in html <meta> tag. Closes: #664779 Thanks, M... | Joey Hess | 2012-03-27 |
* | inline: When the pagenames list includes pages that do not exist, skip them.•••bestlink returns '' if no existing page matches a link. This propigated
through inline and other plugins, causing uninitialized value warnings, and
in some cases (when filecheck was enabled) making the whole directive fail.
Skipping the empty results fixes that, but this is papering over another
problem: If the missing page is later added, there is not dependency
information to know that the inline needs to be updated. Perhaps smcv will
fix that later.
| Joey Hess | 2012-03-21 |
* | Remove dead link from plugins/teximg. Closes: #664885 | Joey Hess | 2012-03-21 |
* | releasing version 3.20120203 | Joey Hess | 2012-03-19 |
* | more updates for trail merge | Joey Hess | 2012-03-18 |
* | changelog | Joey Hess | 2012-03-18 |
|\ |
|
* | | URI escape filename when generating the diffurl.•••ikiwiki source files can contain at least one character that
needs to be escaped in an url: +
| Joey Hess | 2012-03-13 |
* | | Add a few missing jquery UI icons to attachment upload widget underlay. | Joey Hess | 2012-03-05 |
* | | add XML::Writer suggestion for osm plugin | Joey Hess | 2012-03-03 |
* | | add osm plugin | Joey Hess | 2012-03-03 |
* | | shortcut: Support Wikipedia's form of url-encoding for unicode characters•••I think it's the wrong encoding, seems like mojibake to me, but it works
now. Closes: #661198
| Joey Hess | 2012-03-03 |
* | | changelog | Joey Hess | 2012-03-03 |
* | | updated debian copyright format url | Joey Hess | 2012-03-03 |
* | | changelog | Joey Hess | 2012-02-19 |
* | | Fix a snail mail address. Closes: #659158 | Joey Hess | 2012-02-08 |
|/ |
|
* | revert change to prettydate•••Its strftime is from Date::Format, doesn't have the problem, and using the
POSIX one breaks its %o.
| Joey Hess | 2012-02-02 |
* | changelog | Joey Hess | 2012-01-30 |
* | fix | Joey Hess | 2012-01-30 |
* | document a bug fix•••Original bug was introduced 24 Nov 2011.
| Joey Hess | 2012-01-30 |
* | calendar, prettydate: Fix strftime encoding bug•••strftime is a C function, it does not return decoded utf8.
Several places in ikiwiki manually decoded it, but at least two
forgot to.
Also, strftime might not return even encoded utf8, if LC_TIME is set
to a non-utf8 value. Went ahead and supported decoding whatever encoding
it uses.
The remaining direct calls to strftime() are all ones that first set
LC_TIME=C, in order to get times that are not for human display.
| Joey Hess | 2012-01-30 |
* | changelog | Joey Hess | 2012-01-30 |
* | Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533•••https://rt.cpan.org/Ticket/Display.html?id=74487
Gave up trying to support multiple YAML backends. The XS one requires ugly
manual encoding to get unicode right, and doesn't allow dumping yaml
fragments w/o the yaml header, but at least it doesn't randomly crash
on import like YAML::Mo has started to.
| Joey Hess | 2012-01-28 |
* | mdwn: Added nodiscount setting, which can be used to avoid using the markdown... | Joey Hess | 2012-01-16 |