aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)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 ↵Marcin Kuzminski
more clear to use submenu. Cleaned admin and added comment to middleware
2010-05-24Moved repo creation to admin/repos, as part of crud controller. Now repo ↵Marcin Kuzminski
creation is based on a form, which can be auto filled with data from 404 page. Fixed the error controller to properly give the repo name.
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 ↵v0.7.3Marcin Kuzminski
for 100 changelogs to view at once.
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 ↵v0.7.1Marcin Kuzminski
middleware before error middleware to proper generate debug page (static imports)
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 ↵Marcin Kuzminski
requests redirections. --HG-- rename : pylons_app/lib/simplehg.py => pylons_app/lib/middleware/simplehg.py
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 ↵Marcin Kuzminski
decorator since it was working quite strange.
2010-05-22version bumpv0.7.0Marcin Kuzminski
2010-05-22Changed import to base. Removed action logging from auth to simplehg.Marcin Kuzminski
Splited loggin and invalidation action to private methods inside simplehg.
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 ↵Marcin Kuzminski
LoginRequired decorator. Cleaned hgwebdir config.
2010-05-22Added file annotation template. Bumped version to 0.6.8. Changelog and ↵Marcin Kuzminski
changeset are now cleaned with js, it's still very beta.
2010-05-22full changelog caching, secured changelog with LoginRequired, some minor ↵Marcin Kuzminski
changes in graph
2010-05-22Authenticated controller with LoginRequired decorator, and cleaned ↵Marcin Kuzminski
__before__ (used in baseController now). fixed User for clone url with logged in session user. Removed login form from admin.
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 ↵Marcin Kuzminski
username and password.
2010-05-22added version generation to pylons_app and showed it into template. ↵Marcin Kuzminski
Propagated baseController with some data for acces into each controller. Fixed simplehg middleware to get proper name of application
2010-05-21added style for logoutMarcin Kuzminski
2010-05-21moved summary page to its own folderMarcin Kuzminski
--HG-- rename : pylons_app/templates/summary.html => pylons_app/templates/summary/summary.html
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