| Commit message (Expand) | Author | Age |
* | inline: base feed names on the included page name•••Use the included page name rather than the including page name. This
allows us to allow feeds in nested inlines without duplicating feeds
with the same content under different (and stupid) names.
| Giuseppe Bilotta | 2010-12-05 |
* | meta: Fix calling of htmlscrubber to pass the page parameter. The change of t... | Joey Hess | 2010-12-01 |
* | Merge remote branch 'smcv/ready/sslcookie-auto' | Joey Hess | 2010-11-29 |
|\ |
|
| * | Always set secure cookies if logging in via HTTPS | Simon McVittie | 2010-11-29 |
* | | use one-parameter form of urlto | Joey Hess | 2010-11-29 |
* | | Merge remote branch 'smcv/ready/localurl' | Joey Hess | 2010-11-29 |
|\ \ |
|
| * | | pinger: avoid pinging our own local path, too | Simon McVittie | 2010-11-23 |
| * | | Use local path for even more CGI URLs | Simon McVittie | 2010-11-23 |
| * | | Pass a CGIURL into commentmoderation.tmpl•••Omitting this resulted <form action=""> which is in fact a working
self-referential form, but is less obvious than it ought to be.
| Simon McVittie | 2010-11-23 |
| * | | Use local paths for most references to pages | Simon McVittie | 2010-11-23 |
| * | | Use local paths for the CGI URL | Simon McVittie | 2010-11-23 |
| * | | Use local paths when including Javascript | Simon McVittie | 2010-11-23 |
| * | | Use local paths for redirection where possible | Simon McVittie | 2010-11-23 |
| |/ |
|
* | | git: Avoid adding files when committing, so as not to implicitly add files li... | Joey Hess | 2010-11-29 |
* | | rename: Fix to pass named parameters to rcs_commit | Joey Hess | 2010-11-29 |
* | | git: Fix temp file location. | Joey Hess | 2010-11-29 |
|/ |
|
* | edittemplate: Fix crash if using a .tmpl file or other non-page file as a tem... | Joey Hess | 2010-11-20 |
* | highlight: Support new format of filetypes.conf used by version 3.2 of the hi... | Joey Hess | 2010-11-20 |
* | make use of precompiled regex objects | Simon McVittie | 2010-11-20 |
* | inline: Improve RSS url munging to use a proper html parser•••and support all elements that HTML::Tagset knows about.
(Which doesn't include html5 just yet, but then the old version didn't either.)
Bonus: 4 times faster than old regexp method.
| Joey Hess | 2010-11-16 |
* | indentation | Joey Hess | 2010-11-16 |
* | Fix escaping of filenames in historyurl. (Thanks, aj) | Joey Hess | 2010-11-16 |
* | more: Add pages parameter to limit where the more is displayed. (thanks, dark) | Joey Hess | 2010-11-16 |
* | websetup: Fix encoding problem when restoring old setup file. | Joey Hess | 2010-11-16 |
* | comments: Make comment() pagespec also match comments that are being posted. | Joey Hess | 2010-11-12 |
* | comments: Make postcomment() pagespec work when previewing a comment. | Joey Hess | 2010-11-12 |
* | Fix htmlscrubber_skip to be matched on the source page, not the page it is in... | Joey Hess | 2010-11-12 |
* | Use author date instead of commit date•••Signed-off-by: Tuomas Jormola <tj@solitudo.net>
| Tuomas Jormola | 2010-10-31 |
* | Added missing registration of checkconfig hook. | Craig Lennox | 2010-10-31 |
* | Added missing hook registration for checkconfig•••Signed-off-by: Tuomas Jormola <tj@solitudo.net>
| Tuomas Jormola | 2010-10-30 |
* | squash undef | Joey Hess | 2010-10-25 |
* | remove a last that won't work | Joey Hess | 2010-10-25 |
* | highlight: Ensure that other, more-specific format plugins, like txt are used... | Joey Hess | 2010-10-25 |
* | txt: Fix display when used inside a format directive.•••txt's use of a format hook can't work in that case, so it needs to use a
htmlizeformat hook in this case to handle wrapping the text in pre tags.
| Joey Hess | 2010-10-25 |
* | nice message if someone tries to revert a merge commit | Joey Hess | 2010-10-23 |
* | bugfix | Joey Hess | 2010-10-23 |
* | fix web reversion when the srcdir is in a subdir of the git repo. | Joey Hess | 2010-10-23 |
* | Fix typo that broke anonymous git push. | Joey Hess | 2010-10-23 |
* | add a missing chomp | Joey Hess | 2010-10-19 |
* | img: If a class is specified, don't also put the img in the img class. | Joey Hess | 2010-10-13 |
* | monotone: Fix recentchanges page when the srcdir is not at the top of the mon... | Joey Hess | 2010-10-11 |
* | websetup: Fix defaults of checkboxes in advanced mode.•••So formbuilder has an annoying glitch, that setting the value of a
checkbox, even without force, will override the value currently on the
form. Thus the guards against changing checkbox values when a form has been
submitted.
But those guards also prevented the checkboxes for advanced items getting
the right value when going into advanced mode.
Note that if the user makes changes to advanced mode stuff and leaves
advanced mode, those changes are lost. That seems reasonable so I didn't
change it -- and it made this fix simple.
| Joey Hess | 2010-10-11 |
* | websetup: Fix saving of advanced mode changes.•••The showadvanced field was not known to formbuilder when hitting the save
changes button.
| Joey Hess | 2010-10-11 |
* | add blank line | Joey Hess | 2010-10-08 |
* | typo | Joey Hess | 2010-10-08 |
* | add message field to revert form | Joey Hess | 2010-10-08 |
* | propigate rcs_revert error message•••and misc reorg
| Joey Hess | 2010-10-08 |
* | taint handling for rev | Joey Hess | 2010-10-08 |
* | refactor | Joey Hess | 2010-10-08 |
* | remove todo item•••I understand the need to avoid chdir when running git_parse_changes
for receive now. At that point, the changes have not been pushed to
the srcdir's repo yet. When running the same code for preprevert,
chdir to the srcdir is ok, and necessary.
| Joey Hess | 2010-10-08 |