source: hatta-dev @ 888:db695c0faa77

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @888:db695c0faa77   3 months sheep-devel Explicitly use string (not unicode) keywords in parser params
(edit) @887:7540675ffe4e   3 months sheep-devel re-merge the fix for #79
(edit) @886:b4ca77634d77   3 months sheep-devel merge
(edit) @885:b1a1a5f1e761   3 months sheep-devel Add helpful comments
(edit) @884:5cc5ae0f0a6a   3 months sheep-devel Clean up unused code
(edit) @883:ea232082b789   3 months sheep-devel Replaced markup rule dict with a RuleSet object
(edit) @882:d0a3c7005126   3 months sheep-devel Replace block rule dict in parser with RuleSet decorators
(edit) @881:70ccf171cff5   3 months sheep-devel Fix tests that failed due to url %-encoding
(edit) @880:44124d1a56b8   3 months sheep-devel Mercurial >= 1.9 uses .forget instead of .remove
(edit) @879:36769ec93590   3 months sheep-devel Remove hatta-icon docs
(edit) @878:8b7d6c638736   3 months sheep-devel Make the hashbang in dev.py more virtualenv-friendly
(edit) @877:c63148a8493d   3 months sheep-devel Move the hatta-icon code and resources to a separate project.
(edit) @876:bfeea9e0645e   8 months enqlave merge 2 branches
(edit) @875:197e58701160   8 months enqlave corrected bold markup inside links (fixes #79)
(edit) @874:1cce2fc09b53   10 months amit.aronovitch fix all_pages to handle extensions (-E)
(edit) @873:a33d60c5d1fd   10 months amit.aronovitch bugfix: history and index broken when using -E
(edit) @872:b56ce36bfd06   11 months amit.aronovitch bug fix for ticket 77 (env-var config)
(edit) @871:65e7b940e618   13 months sheep-devel fix #71 -- even more url escaping fixes
(edit) @870:3e65488f73d1   13 months sheep-devel fix #71 -- more url escaping fixes
(edit) @869:8f283a72f0a2   13 months sheep-devel fix #71 -- don't escape urls in links twice
(edit) @868:d0b4daab0fab   14 months sheep #67 fix MANIFEST.in, add include_package_data to setup.py
(edit) @867:8796ab5872f1   14 months sheep fix #69 allow aliases in menu
(edit) @866:f8f9f2e5ec23   14 months hatta-dev fix #52 -- properly commit the Index file after moving it
(edit) @865:9032a22b2d18   14 months hatta-dev add test for #52
(edit) @864:00281b40b5b1   14 months hatta-dev merge
(edit) @863:742eeae3f756   14 months hatta-dev fix #67, use MANIFEST.in instead of MANIFEST
(edit) @862:2c788a3e784f   14 months hatta-dev fix #67, use MANIFEST.in instead of MANIFEST
(edit) @861:fc67ca39c8b1   14 months sheep fix bug #66 and add tests for it
(edit) @860:b960db832292   16 months hatta-dev Added print styles, thanks to Ben
(edit) @859:b35f3b71e10d   19 months Ben Dynamically generate page addresses
(edit) @858:e05e00109bfd   16 months james Only add extension if page_mime is 'text/x-wiki', which should be …
(edit) @857:250d1cb11444   16 months james Allow an extension to be added to page filenames, with the extension …
(edit) @856:2c225d4a0fcb   16 months sheep merge
(edit) @855:d8a3abd03a7e   16 months sheep fix setup.py to match the new code structure
(edit) @854:c4e7bc3e4a56   17 months sheep-devel #62 fixed merge state problems in 1.7
(edit) @853:28b14c6f4301   17 months hatta-dev get rid of page.template_name
(edit) @852:9d8875c83dcb   18 months sheep syntax error in sql query
(edit) @851:ad0a582fc7e6   18 months hatta-dev merge
(edit) @850:495d9a90b34f   18 months hatta-dev pep8 and pyflakes fixes
(edit) @849:47b21d9a202a   18 months hatta-dev fix recent changes template
(edit) @848:576c2b4d9de0   18 months sheep fix special case with numbered lists, thanks to Ben
(edit) @847:3cf37b6cb841   18 months sheep mark failing tests as xfail, add a test for special case with numbered …
(edit) @846:6b0f5b41ffed   18 months aronovitch Fixed broken example extend_parser.py
(edit) @845:cafe86006e8a   18 months hatta-dev templates for the editor
(edit) @844:27b764a48873   18 months hatta-dev template for recent changes
(edit) @843:5e9a4e7d017d   18 months hatta-dev templates for the list pages
(edit) @842:541d0b5ff6c3   18 months hatta-dev use i18n jinja2 extension
(edit) @841:55c53e3950ad   18 months hatta-dev templates for special pages, history page
(edit) @840:1c2d6a74184a   18 months hatta-dev split header blocks
(edit) @839:7e9e8824874b   18 months hatta-dev use a buffered stream with templates
(edit) @838:de92ab6749ff   18 months hatta-dev enable autoescape
(edit) @837:f9614072c7e8   19 months hatta-dev moving the html footer generation into templates
(edit) @836:ffea9e97265a   19 months hatta-dev moving the html header generation into templates
(edit) @835:460137edebe9   19 months hatta-dev full page rendering with a template
(edit) @834:a85830b8b800   19 months hatta-dev first version with templates
(edit) @833:c2df8847693c   19 months hatta-dev added enumerated lists to the parser
(edit) @832:578310847987   19 months hatta-dev Use default isolation level with sqlite3
(edit) @831:e1aa04f8ce5b   19 months hatta-dev Don't error if the 'hatta' section in config file is missing
(edit) @830:614ab30380c7   19 months hatta-dev #19 url aliases -- require : prefix, aliases for images
(edit) @829:20220e593a9d   19 months hatta-dev #19 url aliases -- first implementation
(edit) @828:28aaba0db374   19 months hatta-dev merge
(edit) @827:1f6b26ba1687   19 months hatta-dev fix #59 -- option for converting newlines to unix. Also bump the version …
(edit) @826:cd21122e2c63   20 months zarf Use cross platform errno
(edit) @825:d9343b7f4dc0   20 months hatta-dev Use WikiResponse by default everywhere
(edit) @824:1bc79d144eb0   21 months hatta-dev Fix some problems and missing imports found using pylint
(edit) @823:5883409672ab   21 months hatta-dev fixed missing import, thanks to Zarf
(edit) @822:74d454e7b93f   21 months hatta-dev Cleanup storage.py a little, turn some methods into functions
(edit) @821:2796cecb20c9   21 months enqlave added Russian translation (1st draft)
(edit) @820:359af5284287   21 months hatta-dev Fix some of th error classes, thanks to Zarf
(edit) @819:e28e1457e313   21 months hatta-dev Correct implementation of subdirectories with index pages and some tests
(edit) @818:fb0fd99ef2f1   21 months hatta-dev Missing self
(edit) @817:834337442895   21 months hatta-dev Turn parent pages into subdirectories recursively in …
(edit) @816:970c6d860854   21 months hatta-dev _file_path doen't need to be overriden in SubdriectoryStorage
(edit) @815:f5fd4a69f5c4   21 months hatta-dev Check the errno when we only want to ignore a specific error.
(edit) @814:ecae1734c1dc   21 months hatta-dev Simplify the title<->path conversion functions.
(edit) @813:f437c84e9eac   21 months enqlave storage: added full indexes support for subdirectory-based wiki storage - …
(edit) @812:6bc2a3e46bea   21 months enqlave search: added missing error class, so NotFoundErr can be found
(edit) @811:308b074ea6f3   22 months hatta-dev Fix a problem with request being None in indexer.
(edit) @810:560de0c8813d   22 months hatta-dev Get rid of request in the WikiSearch, reindex the pages on app startup.
(edit) @809:d4db447d63fd   22 months hatta-dev merge
(edit) @808:202bc9fec26f   22 months hatta-dev Don't share sqlite3 connections between different wiki instances in the …
(edit) @807:655f631c25de   22 months hatta-dev Be more strict with option parsing.
(edit) @806:ae3114c27446   22 months hatta-dev Some basic integration with Mercurial.
(edit) @805:a1cb0958dacb   22 months sheep Missing gettext in recent_changes, thanks to zarf
(edit) @804:f949bebe00c1   22 months hatta-dev Clean up initialization of search index and gettext translations.
(edit) @803:a277d673b550   22 months hatta-dev Tweak imports to allow running from a zipped package.
(edit) @802:0508b3f78e42   22 months hatta-dev Remove stop words support from the WikiSearch.
(edit) @801:6f37372861cc   22 months hatta-dev Add the data module
(edit) @800:09d04f0da8bf   22 months hatta-dev Make the search module independent from parser.
(edit) @799:f97ced92b598   22 months hatta-dev Move hardcoded data to separate module.
(edit) @798:f2abae2ea86a   22 months hatta-dev Make pygments optional again.
(edit) @797:130fd8ccfdfb   22 months hatta-dev Move page_mime to the page module.
(edit) @796:d1e15a776bf3   22 months hatta-dev Fix imports to have consistent API
(edit) @795:54adedc03d99   22 months hatta-dev Separate the main application into separate module.
(edit) @794:b220d4384791   22 months hatta-dev Move configuration to separate module.
(edit) @793:4f66d4163247   22 months hatta-dev Move Wiki object to separate module.
(edit) @792:048f3cd11e80   22 months hatta-dev Move the WikiStorage to separate module.
(edit) @791:d0a2410decdf   22 months hatta-dev Split off errors, WikiPage and WikiParser.
(edit) @790:b4e966ca488a   22 months hatta-dev Move search index to a separate module.
(edit) @789:be3a278749ae   22 months hatta-dev Turn hatta into a python package.
Note: See TracRevisionLog for help on using the revision log.