aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-26templating update, improved look & feel, version bumpv0.7.5Marcin Kuzminski
2010-05-26Added readme, and changed version displayMarcin Kuzminski
2010-05-25cleaned unused importsMarcin Kuzminski
2010-05-25fixed sorting of repos with big lettersMarcin Kuzminski
2010-05-25translated usersMarcin Kuzminski
2010-05-25repo editMarcin Kuzminski
2010-05-25html + css changes, added icons and etc.Marcin Kuzminski
2010-05-25version bump. Made changesets work as should, but vcs had to be fixed for that.v0.7.4Marcin Kuzminski
2010-05-24html code cleanupMarcin Kuzminski
2010-05-24Cleaned the way based was used to generate submenu for admin, now it's much m...Marcin Kuzminski
2010-05-24Moved repo creation to admin/repos, as part of crud controller. Now repo crea...Marcin Kuzminski
2010-05-24Updated css for changesetMarcin Kuzminski
2010-05-24bugfixMarcin Kuzminski
2010-05-24added merge and parents indicators to changelogMarcin Kuzminski
2010-05-24version bump. Bugfix when changelog parameter was not an int. Added limit for...v0.7.3Marcin Kuzminski
2010-05-23Css changes, added icon pack.Marcin Kuzminski
2010-05-23Added archives support. Version bumpv0.7.2Marcin Kuzminski
2010-05-23html fixMarcin Kuzminski
2010-05-23bumped version to 0.7.1 added atom and rss feeds. Moved https Fixud middlewar...v0.7.1Marcin Kuzminski
2010-05-23fixed a typo on feed url generationMarcin Kuzminski
2010-05-23Added feed controllers, urls,and changed index page to use them.Marcin Kuzminski
2010-05-23Created middleware package. Crated special middleware to handle https request...Marcin Kuzminski
2010-05-22dirty fix for https working.Marcin Kuzminski
2010-05-22updated logging in logout. Added before, on login page.Marcin Kuzminski
2010-05-22logging info change on login formMarcin Kuzminski
2010-05-22removed unneded imports from authMarcin Kuzminski
2010-05-22moved checking for user in session to wrapper function of LoginRequired decor...Marcin Kuzminski
2010-05-22version bumpv0.7.0Marcin Kuzminski
2010-05-22Changed import to base. Removed action logging from auth to simplehg.Marcin Kuzminski
2010-05-22moved all cache function out to Base Controller for easier maintainanceMarcin Kuzminski
2010-05-22cleared prints leftoovers, and changed current user fetching in login controllerMarcin Kuzminski
2010-05-22invalidate the repo list also for online changes. Small fixes in LoginRequire...Marcin Kuzminski
2010-05-22Added file annotation template. Bumped version to 0.6.8. Changelog and change...Marcin Kuzminski
2010-05-22full changelog caching, secured changelog with LoginRequired, some minor chan...Marcin Kuzminski
2010-05-22Authenticated controller with LoginRequired decorator, and cleaned __before__...Marcin Kuzminski
2010-05-22Added LoginRequired decorator, empty User data container, hash functionsMarcin Kuzminski
2010-05-22removed search field from templatesMarcin Kuzminski
2010-05-22logins controller testMarcin Kuzminski
2010-05-22merged config filesMarcin Kuzminski
2010-05-22fixed menu in home page, and added login html with forms that validates usern...Marcin Kuzminski
2010-05-22added version generation to pylons_app and showed it into template. Propagate...Marcin Kuzminski
2010-05-21added style for logoutMarcin Kuzminski
2010-05-21moved summary page to its own folderMarcin Kuzminski
2010-05-21new way of menu generation for base, and all admin pagesMarcin Kuzminski
2010-05-21added login logout and annotate to urlsMarcin Kuzminski
2010-05-21removed file controllerMarcin Kuzminski
2010-05-21fixed ini files. Added coment and colored formatter to productionMarcin Kuzminski
2010-05-21simplehg updateMarcin Kuzminski
2010-05-21Changed auth basic handler only for mercurial request.Marcin Kuzminski
2010-05-21moved get_form_error to baseMarcin Kuzminski