Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | autoindex: use add_autofile | Simon McVittie | 2011-01-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This does cause a minor regression: index pages are now committed individually rather than being a single commit per rebuild. This also means the autoindex regression test needs to trigger the autofile generation pass. | |||
| * | | autoindex.t: check that attachments cause indexing | Simon McVittie | 2011-01-22 | |
| | | | ||||
| * | | autoindex test: check that an internal page doesn't cause indexing | Simon McVittie | 2011-01-22 | |
| | | | ||||
* | | | Merge remote branch 'smcv/ready/tag-test' | Joey Hess | 2011-02-09 | |
|\ \ \ | | |/ | |/| | ||||
| * | | tag test: assert that the only autofiles are the ones we want | Simon McVittie | 2010-12-28 | |
| | | | ||||
* | | | clean up t/tmp | Joey Hess | 2011-01-24 | |
| | | | ||||
* | | | remove more test diag stuff that needs a newer Test::More than debian stable's | Joey Hess | 2011-01-24 | |
| |/ |/| | ||||
* | | Adapt autoindex test suite to work with old Test::More. | Joey Hess | 2011-01-22 | |
|/ | ||||
* | po test: add more cases, including (semi-)absolute URLs | Simon McVittie | 2010-12-25 | |
| | | | | | Three cases are sub-optimal, but having fixed urlto(''), they all basically work. | |||
* | po: test beautify_urlpath with po_link_to=current | Simon McVittie | 2010-12-25 | |
| | | | | Same behaviour as 'default'. | |||
* | urlto.t: test urlto('', undef, ?) | Simon McVittie | 2010-12-25 | |
| | ||||
* | urlto.t: test more cases, including the special case for to='' | Simon McVittie | 2010-12-25 | |
| | ||||
* | Add a test for autoindex's current functionality | Simon McVittie | 2010-12-25 | |
| | ||||
* | extend the 'tag' test to cover auto-creation of tag pages | Simon McVittie | 2010-12-25 | |
| | ||||
* | test w/o second parameter | Joey Hess | 2010-11-29 | |
| | ||||
* | Add a regression test for urlto, baseurl and cgiurl in ↵ | Simon McVittie | 2010-11-22 | |
| | | | | relative/local/absolute modes | |||
* | add test case for RSS url munging | Joey Hess | 2010-11-16 | |
| | ||||
* | Fix test suite failure on other side of date line. | Joey Hess | 2010-09-29 | |
| | ||||
* | update test | Joey Hess | 2010-09-15 | |
| | ||||
* | add test case for link(.) with omitted location | Joey Hess | 2010-08-30 | |
| | ||||
* | t/bazaar.t: Work around bzr 2.2.0's new requirement to configure bzr whoami ↵ | Joey Hess | 2010-08-30 | |
| | | | | before committing. | |||
* | Merge remote branch 'intrigeri/po' | Joey Hess | 2010-08-30 | |
|\ | ||||
| * | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-08-22 | |
| |\ | ||||
| * \ | Merge remote branch 'upstream/master' into prv/po | intrigeri | 2010-08-22 | |
| |\ \ | ||||
| * | | | po.t: added a bunch of tests for recent code changes | intrigeri | 2010-08-02 | |
| | | | | ||||
* | | | | add test for link(.) | Joey Hess | 2010-08-30 | |
| |_|/ |/| | | ||||
* | | | add htmlscrubber colon in url cases to test suite | Joey Hess | 2010-08-19 | |
| |/ |/| | ||||
* | | Fix po test suite to not assume ikiwiki's underlay is already installed. ↵ | Joey Hess | 2010-08-15 | |
|/ | | | | Closes: #593047 | |||
* | Merge remote branch 'intrigeri/po' | Joey Hess | 2010-07-24 | |
|\ | ||||
| * | po.t: fix expected results | intrigeri | 2010-07-20 | |
| | | | | | | | | | | | | | | | | | | | | As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki underlay before running msgmerge. msgmerge marks as obsolete the translation strings that came from the basewiki po files, but the link plugin does not make the difference between obsolete and up-to-date links. $links{'index.fr'} and $links{'index.es'} are therefore expected to contain SandBox and ikiwiki. | |||
| * | Added tests for po::pofiles. | intrigeri | 2010-07-20 | |
| | | ||||
| * | Run checkconfig after loading the po plugin, else state is not populated. | intrigeri | 2010-07-20 | |
| | | | | | | | | | | The pofiles function relies on @slavelanguages to have been populated by po's checkconfig hook. | |||
* | | whitespace | Joey Hess | 2010-07-23 | |
|/ | ||||
* | another class of conflicts: subdir/file conflicts | Joey Hess | 2010-07-18 | |
| | ||||
* | 2 more cases | Joey Hess | 2010-07-18 | |
| | ||||
* | avoid error if two source files render the same destination file | Joey Hess | 2010-07-18 | |
| | | | | | | | There are two sub-caces. If both source files still exist, the winner that renders the destination file is undefined. If one source file is deleted and the other added, in a refresh, the new file will take over the destination file. | |||
* | some other (similar) failure cases | Joey Hess | 2010-07-18 | |
| | ||||
* | update | Joey Hess | 2010-07-17 | |
| | ||||
* | turning into complete source file conflict test suite | Joey Hess | 2010-07-17 | |
| | ||||
* | add 2 failing test cases | Joey Hess | 2010-07-16 | |
| | ||||
* | add test of file replace | Joey Hess | 2010-07-16 | |
| | ||||
* | clean up messages about unavailable vcs programs | Joey Hess | 2010-06-25 | |
| | ||||
* | rcs_commit and rcs_commit_staged api changes | Joey Hess | 2010-06-23 | |
| | | | | | | | | | | | Using named parameters for these is overdue. Passing the session in a parameter instead of passing username and IP separately will later allow storing other session info, like username or part of the email. Note that these functions are not part of the exported API, and the prototype change will catch (most) skew, so I am not changing API versions. Any third-party plugins that call them will need updated though. | |||
* | pretty openid login | Joey Hess | 2010-05-07 | |
| | | | | | | | * openid: Incorporated a fancy openid-selector signin form. (http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required by OpenID Authentication v2.0 spec. | |||
* | remove bogus test for empty page | Joey Hess | 2010-05-05 | |
| | ||||
* | add test | Joey Hess | 2010-05-05 | |
| | ||||
* | fix test count | Joey Hess | 2010-05-05 | |
| | ||||
* | add test suite for find_src_files | Joey Hess | 2010-05-04 | |
| | ||||
* | update test suite for recent index load on rebuild changes | Joey Hess | 2010-04-26 | |
| | ||||
* | Add page() PageSpec, which is like glob() but matches only pages, not other ↵ | Joey Hess | 2010-04-26 | |
| | | | | files. |