aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-05-21removed login from admin, from now we're have to be globally logged in.Marcin Kuzminski
2010-05-21fixed html in admin templates. Litle refactorsMarcin Kuzminski
2010-05-21fixed improper template in adminMarcin Kuzminski
2010-05-21improved timerproxy with sqllogging, and new way of sqlformat queriesMarcin Kuzminski
2010-05-21Added universal cache invalidator for two cached functions.Marcin Kuzminski
2010-05-21updated setup dependenciesMarcin Kuzminski
2010-05-21added long term caching of repo_list to the base controller. changed hg and r...Marcin Kuzminski
2010-05-21files browser updated to use webhelpers huminizer for file sizeMarcin Kuzminski
2010-05-21files source updated to use webhelpers huminizer for file size, and added lin...Marcin Kuzminski
2010-05-21fixed repo switcher for easier switches. And took repo list from general cacheMarcin Kuzminski
2010-05-21implemented pygmentize codes into webhelpers. Together with color_dict cachin...Marcin Kuzminski
2010-05-19added revision to summaryMarcin Kuzminski
2010-05-19added revision to shortlogMarcin Kuzminski
2010-05-19removed unneeded parameters from changelog and shortlogMarcin Kuzminski
2010-05-19fixed pages naves html errorsMarcin Kuzminski
2010-05-19implemented rawdiff and diff download into diff view.Marcin Kuzminski
2010-05-17fixed bug in admin templateMarcin Kuzminski
2010-05-17moved diff libs to vcs. updated htmls and css for diff and sourceMarcin Kuzminski