aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* Beautify urls used in various places. (smcv)Joey Hess2008-09-27
|
* typoJoey Hess2008-09-27
|
* Epand usage message and add --help. Closes: #500344Joey Hess2008-09-27
|
* htmlscrubber: Add a config setting that can be used to disable the scrubber ↵Joey Hess2008-09-26
| | | | acting on a set of pages.
* tag: Make edit link for new tags ensure that the tags are created inside ↵Joey Hess2008-09-25
| | | | tagbase, when it's set.
* git: Fix handling of utf-8 filenames in recentchanges.Joey Hess2008-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that the problem is that once the \nnn coming from git is converted to a single character, decode_utf8 decides that this is a standalone character, and not part of a multibyte utf-8 sequence, and so does nothing. I tried playing with the utf-8 flag, but that didn't work. Instead, use decode("utf8"), which doesn't have the same qualms, and successfully decodes the octets into a utf-8 character. Rant: Think for a minute about fact that any and every program that parses git-log, or git-show, etc output to figure out what files were in a commit needs to contain this snippet of code, to convert from git-log's wacky output to a regular character set: if ($file =~ m/^"(.*)"$/) { ($file=$1) =~ s/\\([0-7]{1,3})/chr(oct($1))/eg; } (And it's only that "simple" if you don't care about filenames with embedded \n or \t or other control characters.) Does that strike anyone else as putting the parsing and conversion in the wrong place (ie, in gitweb, ikiwiki, etc, etc)? Doesn't anyone who actually uses git with utf-8 filenames get a bit pissed off at seeing \xxx\xxx instead of the utf-8 in git-commit and other output?
* attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess2008-09-25
|
* aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess2008-09-25
| | | | | | | I saw this in the wild, apparently a page was not present on disk, but was in the aggregate db, and not marked as expired either. Not sure how that happened, but such pages should get marked as expired since they have an effectively zero ctime.
* recentchanges: Fix redirects to non-page files.Joey Hess2008-09-25
|
* releasing version 2.65Joey Hess2008-09-24
|
* rename: Hide type field from rename form when renaming attachments.Joey Hess2008-09-23
|
* changelogJoey Hess2008-09-23
|
* rename, remove: Don't rely on a form parameter to tell whether the page ↵Joey Hess2008-09-23
| | | | should be treated as an attachment.
* Add keepextension parameter to htmlize hook. (Willu)Joey Hess2008-09-23
|
* Print a debug message if a page has multiple source files.Joey Hess2008-09-23
|
* add missing page name sanity checkJoey Hess2008-09-20
|
* edittemplate patch from WilluJoey Hess2008-09-20
| | | | | | | * edittemplate: Default new page file type to the same type as the template. (willu) * edittemplate: Add "silent" parameter. (Willu) * edittemplate: Link to template, to allow creating it. (Willu)
* Fix reversion in use of ikiwiki -verbose -setup with a setup file that ↵Joey Hess2008-09-20
| | | | | | | | | | | | | | enables syslog. Setup output is once again output to stdout in this case. Implemented by stashing the verbose/syslog values set in the setup file, and using those values in the generated wrappers, but not allowing them to take effect during the setup operation itself, so that command-line options, appearing before or after -setup, are honored. Also, some cleanups to how %config is generated for wrappers, removing some fields that do not need to be recorded inside the wrapper.
* progress: Display an error if the progress cannot be parsed, and allow the ↵Joey Hess2008-09-19
| | | | percent parameter to only optionally end with "%".
* store ctime for use by expiry codeJoey Hess2008-09-17
| | | | | The expiry code does need to make sure to sort in ctime order, even if expiring by count, so it expires the right ones.
* aggregate: Support atom feeds with only a summary element, and no content ↵Joey Hess2008-09-17
| | | | elements.
* editdiff: Broken since 2.62 due to wrong syntax, now fixed.Joey Hess2008-09-17
|
* aggregate: Allow expirecount to work on the first pass. (expireage still ↵Joey Hess2008-09-17
| | | | needs to wait for the pages to be rendered though)
* releasing version 2.64Joey Hess2008-09-14
|
* document code change in last commitJoey Hess2008-09-14
|
* Removed old redirecton pages from basewiki (helponformatting, markdown, ↵Joey Hess2008-09-12
| | | | openid, pagespec, preprocessordirective, subpage, wikilink).
* Removed the obsolete blog page from the basewiki. ikiwiki/blog still ↵Joey Hess2008-09-11
| | | | remains, but is now deprecated too.
* license directive docs using basewiki licenseJoey Hess2008-09-11
|
* listdirectives: Enable use of the directives underlay.Joey Hess2008-09-11
|
* changelogJoey Hess2008-09-11
|
* Improve error message if external plugin fails to load. Closes: #498458Joey Hess2008-09-11
|
* goodstuff updateJoey Hess2008-09-09
| | | | | | | * goodstuff: Remove otl plugin from the bundle since it needs a significant external dependency and is not commonly used. If you use otl, make sure you explicitly enable it now. * goodstuff: Add more, progress, and table plugins to the bundle.
* img: Support sizes like 200x. Closes: #475149Joey Hess2008-09-09
|
* Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.Joey Hess2008-09-09
|
* progress: New plugin to generate progress bars (willu)Joey Hess2008-09-09
|
* ddate: Stop clobbering timeformat when not enabled.Joey Hess2008-09-08
|
* Avoid uninitialised value when --dumpsetup is used and no srcdir/destdir ↵Joey Hess2008-09-08
| | | | specified.
* releasing version 2.63Joey Hess2008-09-08
|
* editpage: New core plugin factoring out page editing to allow disabling it ↵Joey Hess2008-09-05
| | | | if desired.
* po/Makefile: update po files when the pot file has changed. Closes: #497951Joey Hess2008-09-05
|
* For fine control over what characters are allowed, unescaped in source ↵Joey Hess2008-09-04
| | | | filenames, the wiki_file_chars setting is added. For example, set to "-[:alnum:]+/._" to disable colons from being used in source files (which can cause trouble om Windows).
* table: Support header=column to make the table header be the first column of ↵Joey Hess2008-09-02
| | | | the data. (AlexandreDupas)
* filecheck: Fall back to testing for binary or plain text files if no mime ↵Joey Hess2008-09-01
| | | | type is detected.
* style.css: Add missing semicolon. Closes: #497176Joey Hess2008-09-01
|
* Work around perl $_ scoping nonsense that caused breakage when loading ↵Joey Hess2008-08-29
| | | | external plugins.
* Ignore failure to install files into /etc, in case install is running as ↵Joey Hess2008-08-29
| | | | non-root.
* Typo. Closes: #497003Joey Hess2008-08-29
|
* Set cookies HttpOnly.Joey Hess2008-08-28
|
* releasing version 2.62.1Joey Hess2008-08-28
|
* filecheck: Fixed two bits broken in move from attachment.Joey Hess2008-08-28
|