| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | refactor check_canchange into IkiWiki library | Joey Hess | 2010-10-08 |
* | fix rcs_prepedit implementation to match spec | Joey Hess | 2010-10-08 |
* | make revert hooks optional•••I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead
recentchanges tests to see if the hooks are available and calls
them directly.
| Joey Hess | 2010-10-08 |
* | convert rcs_revert to only stage the reversion | Joey Hess | 2010-10-06 |
* | return to recentchanges page on form cancel | Joey Hess | 2010-10-06 |
* | put diff at end of revert form | Joey Hess | 2010-10-06 |
* | remove rcs_showpatch | Joey Hess | 2010-10-06 |
* | remove debugging dumper code | Joey Hess | 2010-10-04 |
* | indentation and layout | Joey Hess | 2010-10-04 |
* | fix $git_root caching | Joey Hess | 2010-10-04 |
* | fix indentation | Joey Hess | 2010-10-04 |
* | document new rcs reversion support functions | Joey Hess | 2010-10-04 |
* | indentation | Joey Hess | 2010-10-04 |
* | fix bug if git_root is "0" | Joey Hess | 2010-10-04 |
* | Merge remote branch 'remotes/peteg/revert' into revert | Joey Hess | 2010-10-04 |
|\ |
|
| * | Minor tidy-ups. | Peter Gammie | 2010-10-01 |
| * | Complete rcs_preprevert and lightly test. | Peter Gammie | 2010-10-01 |
| * | Get things right after moving to a branch. | Peter Gammie | 2010-09-29 |
| * | First cut at the revert plugin. | Peter Gammie | 2010-09-29 |
* | | fixups tidy change•••Need checkconfig hook; examples don't become default values.
| Joey Hess | 2010-10-02 |
* | | Make tidy command line configurable for the htmltidy plugin. | W. Trevor King | 2010-09-30 |
|/ |
|
* | template_depends: throw nice error message when template cannot be found•••plovs reported a crash when templates were not installed properly,
with a non-useful error about the template object not being defined.
I've audited all uses of template_depends(), and template(), and it makes
sense for them to throw an error if the template cannot be found. All code
with a user-supplied template catches errors already, to handle template
parse failures.
It did not make sense for template_file to throw errors, as some code uses
it to probe if a template file is available.
| Joey Hess | 2010-09-27 |
* | avoid fatal error if aggregate page template could not be found•••That template is user-controlled.
| Joey Hess | 2010-09-27 |
* | Merge remote branch 'remotes/smcv/ready/htmlbalance' | Joey Hess | 2010-09-26 |
|\ |
|
| * | htmlbalance: be compatible with HTML::Tree 4.0•••The HTML::Tree changelog says:
[THINGS THAT MAY BREAK YOUR CODE OR TESTS]
...
* Attribute names are now validated in as_XML and invalid names will
cause an error.
and indeed the regression tests do get an error.
| Simon McVittie | 2010-09-26 |
* | | Propigate PATH into wrapper.•••In the last version, the ikiwiki script stopped setting PATH.
But that leads to gcc failing when run from websetup. See
http://www.branchable.com/bugs/Crashes_when_rebuilding_wiki_after_setup_change/
| Joey Hess | 2010-09-26 |
|/ |
|
* | attachment: Fix attachment file size display. | Joey Hess | 2010-09-21 |
* | meta: Ensure that the url specified by xrds-location is absolute.•••With a relative xrds-location, the openid perl client module will fail.
I haven't checked the specs to see if it needs to be absolute, but all
examples I've seen are absolute, so it seems a very good idea.
| Joey Hess | 2010-09-19 |
* | add missing space | Joey Hess | 2010-09-19 |
* | cutpaste: Fix bug that occured in some cases involving inlines when text was ... | Joey Hess | 2010-09-15 |
* | git: When updating from remote, use git pull --prune, to avoid possible error... | Joey Hess | 2010-09-14 |
* | external: Disable RPC::XML's "smart" encoding, which sent ints for strings th... | Joey Hess | 2010-09-14 |
* | blogspam: Fix crash when content contained utf-8.•••I also tried setting RPC::XML::ENCODING but that did not prevent the crash,
and it seems that blogspam.net doesn't like getting xml encoded in unicode,
since it mis-flagged comments as spammy that way that are normally allowed
through.
| Joey Hess | 2010-09-14 |
* | revert accidentially committed change | Joey Hess | 2010-09-13 |
* | Pass array of names of files that have been deleted to needsbuild hook as sec... | Joey Hess | 2010-09-10 |
* | use warn | Joey Hess | 2010-09-10 |
* | avoid dups getting into @slavelanguages•••This could happen if checkconfig was run twice, I think.
| Joey Hess | 2010-09-10 |
* | po: Auto-upgrade old format settings to new formats when writing setup file. | Joey Hess | 2010-09-10 |
* | po: Make the po_master_language use a langpair like "en|English", so it can b... | Joey Hess | 2010-09-10 |
* | po: Allow enabling via web setup.•••The only unsafe thing should be that enabling it with some languages will
generate po files.
| Joey Hess | 2010-09-10 |