Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta
Commit message (Collapse)AuthorAgeFilesLines
* Fix #85: skip hidden directories in page list when subdirectories enabledRadomir Dopieralski2013-05-111-0/+2
|
* Fixes in translationsRadomir Dopieralski2013-05-102-5/+5
|
* fix #89 typo in csv error messageRadomir Dopieralski2012-12-311-1/+1
|
* Fix #86: Make the ID of the search input field unique.Radomir Dopieralski2012-11-291-1/+1
|
* bump version to 1.5.31.5.3Radomir Dopieralski2012-11-021-1/+1
|
* fix #83: TypeError when running with cherrepyRadomir Dopieralski2012-11-011-2/+1
|
* Don't lose user text on wrong captchaRadomir Dopieralski2012-10-301-1/+2
|
* Add support for ReCAPTCHARadomir Dopieralski2012-10-305-4/+52
|
* Fix more HTML classes and idsRadomir Dopieralski2012-10-147-26/+32
|
* Typo in template prevents js scrolling1.5.1Radomir Dopieralski2012-10-141-1/+1
|
* bump versionRadomir Dopieralski2012-10-141-3/+3
|
* Make sure the keys are always stringsRadomir Dopieralski2012-10-141-1/+2
|
* Fix displaying images inside linksRadomir Dopieralski2012-10-141-1/+1
|
* Purple numbersRadomir Dopieralski2012-10-142-83/+390
|
* Cleaned up the importsRadomir Dopieralski2012-10-148-34/+47
|
* Get rid of hatta.data, instead put all the static data in hatta/staticRadomir Dopieralski2012-10-146-138/+111
|
* Take timezones into account when displaying the changeset timesRadomir Dopieralski2012-10-141-3/+14
|
* Make sure all the keywords are passed as strings, not unicodeRadomir Dopieralski2012-10-131-1/+1
|
* Prevent config from failing when there is no config file1.5.0Radomir Dopieralski2012-10-131-1/+4
|
* Retrieve fresh strings for the translationsRadomir Dopieralski2012-10-131-1/+1
|
* Bump version in initRadomir Dopieralski2012-10-131-1/+1
|
* Fix #32: Consider using Mercurial's config parser instead of ConfigParserRadomir Dopieralski2012-10-131-23/+5
| | | | | | | | Hatta no longer uses ConfigParser for reading its configuration, instead, it now uses the Mercurial's configuration parser. It means that all the features of Mercurial's configuration files, like includes, can be used. It also means that saving of the configuration is no longer possible using Hatta's internal functions.
* Show more details when raising the storage error.Radomir Dopieralski2012-10-131-2/+3
|
* Fix the check for the pages path being inside the repository.Radomir Dopieralski2012-10-131-2/+3
|
* Fix #70: _find_repo_path() default usage is worryingRadomir Dopieralski2012-10-133-24/+22
| | | | | | | | Added a new configuration option, "repo_path", together with a corresponding configuration option "--repo-dir". Hatta will no longer traverse the directory tree to find the nearest Mercurial repository, instead, it will always expect the repository to be at the specified location. If there is no repository path specified, the pages path will be used.
* re-merge the fix for #79Radomir Dopieralski2012-02-051-2/+2
|
* Add helpful commentsRadomir Dopieralski2012-02-041-4/+24
|
* Clean up unused codeRadomir Dopieralski2012-02-041-23/+0
|
* Replaced markup rule dict with a RuleSet objectRadomir Dopieralski2012-02-041-77/+92
|
* Replace block rule dict in parser with RuleSet decoratorsRadomir Dopieralski2012-02-041-23/+71
|
* Mercurial >= 1.9 uses .forget instead of .removeRadomir Dopieralski2012-02-041-2/+6
|
* fix all_pages to handle extensions (-E)Amit Aronovitch2011-07-091-9/+7
|
* bugfix: history and index broken when using -EAmit Aronovitch2011-07-091-1/+1
|
* bug fix for ticket 77 (env-var config)Amit Aronovitch2011-07-061-1/+1
|
* fix #71 -- even more url escaping fixesRadomir Dopieralski2011-04-103-5/+4
|
* fix #71 -- more url escaping fixesRadomir Dopieralski2011-04-101-4/+4
|
* fix #71 -- don't escape urls in links twiceRadomir Dopieralski2011-04-101-4/+6
|
* fix #69 allow aliases in menuRadomir Dopieralski2011-03-222-3/+4
|
* fix #52 -- properly commit the Index file after moving itRadomir Dopieralski2011-03-191-2/+4
|
* fix bug #66 and add tests for itRadomir Dopieralski2011-03-161-6/+7
|
* Added print styles, thanks to BenRadomir Dopieralski2011-01-261-0/+8
|
* Dynamically generate page addressesBen2010-10-292-5/+5
|
*