Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta/storage.py
Commit message (Expand)AuthorAgeFilesLines
* Make sure we are at the tip before savingRadomir Dopieralski2013-07-281-0/+1
* Make sure the page exists in all_pagesRadomir Dopieralski2013-05-121-4/+4
* Faster _is_directoryRadomir Dopieralski2013-05-121-7/+1
* Fix #43: Moved to in-memory commits. Updated the tests.Radomir Dopieralski2013-05-121-1/+1
* Get rid of _file_path and _check_pathRadomir Dopieralski2013-05-121-17/+0
* Handle multiple levels in the subdrirectory repoRadomir Dopieralski2013-05-121-10/+9
* Make the subdirectories repo work with memory commitsRadomir Dopieralski2013-05-121-52/+66
* Get rid of page_file_metaRadomir Dopieralski2013-05-111-10/+0
* Get rid of StringIO where possibleRadomir Dopieralski2013-05-111-7/+4
* Use in-memory commits. WARNING: Subdirectory repo is now broken!Radomir Dopieralski2013-05-111-157/+74
* Fix #45: Use the repository for page existence checks.Radomir Dopieralski2013-05-111-29/+28
* Fix #85: skip hidden directories in page list when subdirectories enabledRadomir Dopieralski2013-05-111-0/+2
* Cleaned up the importsRadomir Dopieralski2012-10-141-9/+9
* Take timezones into account when displaying the changeset timesRadomir Dopieralski2012-10-141-3/+14
* 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-131-16/+13
* 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
* fix #71 -- even more url escaping fixesRadomir Dopieralski2011-04-101-2/+1
* 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
* Only add extension if page_mime is 'text/x-wiki', which should be equivalent ...James Taylor2011-01-131-3/+5
* Allow an extension to be added to page filenames, with the extension '.wiki' ...James Taylor2011-01-131-1/+8
* #62 fixed merge state problems in 1.7Radomir Dopieralski2010-12-181-2/+18
* pep8 and pyflakes fixesRadomir Dopieralski2010-12-041-23/+31
* mergeRadomir Dopieralski2010-10-121-3/+4
|\
| * Use cross platform errnoFrancois Ziegler2010-09-181-3/+4
* | fix #59 -- option for converting newlines to unix. Also bump the version stringRadomir Dopieralski2010-10-121-1/+5
|/
* Fix some problems and missing imports found using pylintRadomir Dopieralski2010-08-301-1/+0
* Cleanup storage.py a little, turn some methods into functionsRadomir Dopieralski2010-08-261-24/+25
* Correct implementation of subdirectories with index pages and some testsRadomir Dopieralski2010-08-161-34/+25
* Missing selfRadomir Dopieralski2010-08-161-1/+1
* Turn parent pages into subdirectories recursively in WikiSubdirectoryStorageRadomir Dopieralski2010-08-161-28/+31
* _file_path doen't need to be overriden in SubdriectoryStorageRadomir Dopieralski2010-08-161-8/+0
* Check the errno when we only want to ignore a specific error.Radomir Dopieralski2010-08-161-1/+2
* Simplify the title<->path conversion functions.Radomir Dopieralski2010-08-161-26/+22
* storage: added full indexes support for subdirectory-based wiki storageVlad Glagolev2010-08-151-14/+82
* Tweak imports to allow running from a zipped package.Radomir Dopieralski2010-08-091-1/+1
* Fix imports to have consistent APIRadomir Dopieralski2010-08-091-1/+1
* Move the WikiStorage to separate module.Radomir Dopieralski2010-08-091-0/+497