summaryrefslogtreecommitdiff
path: root/sandbox/py-rest-doc/sphinx/web/application.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes.gbrandl2007-07-221-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5393 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some small fixesblackbird2007-07-221-2/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5391 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* readded bottom commentsblackbird2007-07-221-6/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5388 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* finished javascript comments (one small bug reminds), do the static stuff nowblackbird2007-07-221-12/+21
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5386 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* comments work nowblackbird2007-07-201-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5385 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* working on the comment systemblackbird2007-07-191-50/+60
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5382 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add checkboxes for hiding modules based on platform.gbrandl2007-07-181-3/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5380 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Add Jinja as an external.gbrandl2007-07-161-13/+2
| | | | | | | | | | - Fix a reading bug. - Use .hasattr() instead of .has_key() for nodes. - Remove unused code in the modindex handler. - Always render comment form. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5373 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* module cloud and not working popup box for comment submissionblackbird2007-07-161-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix again.gbrandl2007-07-161-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5371 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix modindex caching.gbrandl2007-07-161-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5370 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* A way to map old HTML URLs to new URLs.gbrandl2007-07-141-21/+37
| | | | | | | Though not finished mapping for all old docs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5367 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Interim commit, will finish later:gbrandl2007-07-131-178/+206
| | | | | | | | | | | * consistent caching * new RSS feed urls * all comment modes implemented * cleanup application request handling * split util module in two git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5349 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Misc fixes in the new stylesheet and shortcut.gbrandl2007-07-121-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5348 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add quick parameters for settings.gbrandl2007-07-121-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5347 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a traditional stylesheet.gbrandl2007-07-121-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix quite broken last commit.gbrandl2007-07-111-5/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Let the user go back to the last page after saving settings.gbrandl2007-07-111-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5342 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Finished settings page.gbrandl2007-07-111-13/+33
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5341 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* A settings page.gbrandl2007-07-111-15/+29
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add first draft of per-item comments.gbrandl2007-07-111-18/+52
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5337 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Cache the module index too.gbrandl2007-07-081-8/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5329 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Some fixes and module index improvements: list all synopses,gbrandl2007-07-081-1/+0
| | | | | | | collapse packages. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5328 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add a patch mailing facility.gbrandl2007-07-081-12/+63
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5326 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix modindex "most viewed" counting.gbrandl2007-07-071-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New "stickysidebar" style, some template nits.gbrandl2007-07-071-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5321 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement environment reloading in the web application.gbrandl2007-07-071-8/+33
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5320 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Improved comments and preview form.gbrandl2007-07-061-4/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5319 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix style, fix a converter bug.gbrandl2007-07-051-34/+50
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5313 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* small fix in the previewblackbird2007-06-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5276 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix.gbrandl2007-06-251-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5275 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Preview works (a bit.)gbrandl2007-06-251-2/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add reloader.gbrandl2007-06-251-8/+29
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* First attempt at a favorite list in the global module index.gbrandl2007-06-191-14/+72
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5258 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactor special file handling, part 2. Introduce a global context that's ↵gbrandl2007-06-161-5/+7
| | | | | | | | | used even for completely dynamic pages, that helps with the "Python v Docs" problem. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5246 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Restructure "special" file handling.gbrandl2007-06-161-8/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5245 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated edit templateblackbird2007-06-161-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5244 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed admin panel, added working NotFound implementation, fixed 404 headerblackbird2007-06-161-47/+59
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* something like a suggest changes form.gbrandl2007-06-161-4/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5241 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed cookie defaults (resolves caching issue)blackbird2007-06-161-7/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5240 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* just display the style choser on the index pageblackbird2007-05-261-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added style chooserblackbird2007-05-261-10/+60
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5160 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement cache control for static files.gbrandl2007-05-261-24/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5158 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "recent comments" tab to admin panel and reversed the sortingblackbird2007-05-261-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed sourceviewblackbird2007-05-261-23/+37
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5155 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* oopified admin panelblackbird2007-05-261-8/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5154 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Restructure the page retrieval system a bit. It's still a bit of a mess.gbrandl2007-05-251-98/+94
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5153 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move admin stuff to a separate module.gbrandl2007-05-251-211/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5152 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix spelling error and add check for superuser at app startup.gbrandl2007-05-251-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5151 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some changesblackbird2007-05-251-3/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5149 929543f6-e4f2-0310-98a6-ba3bd3dd1d04