aboutsummaryrefslogtreecommitdiff
path: root/pylons_app
AgeCommit message (Expand)Author
2010-06-04licensing updates, code cleanupsMarcin Kuzminski
2010-06-04Pygments code coloring rewrite, annotation was moved to vcs whitch had much b...Marcin Kuzminski
2010-06-03fixed import errors on db_manageMarcin Kuzminski
2010-06-03Added support for repository located in subdirectories.Marcin Kuzminski
2010-06-03proper sorting fixMarcin Kuzminski
2010-06-03Fixed bug in repos, added dependencies and bumped versionv0.7.6Marcin Kuzminski
2010-06-03Reimplemented way of caching repos list, hg model now get's repos objects rig...Marcin Kuzminski
2010-06-01fixed bug when there was no dbfile, and dbmanage raise an exceptionMarcin Kuzminski
2010-05-30Added lastlogin to user after login, model db updateMarcin Kuzminski
2010-05-30Made repos path config configurable from pylons app configs. update ReadmeMarcin Kuzminski
2010-05-30small fixesMarcin Kuzminski
2010-05-30Adde draft for permissions systems, made all needed decorators, and checks. F...Marcin Kuzminski
2010-05-30Rewrite of user managment, improved forms, added some user infoMarcin Kuzminski
2010-05-30Added flash messages supportMarcin Kuzminski
2010-05-30timerprox sqlformatting update for update and delete keywordsMarcin Kuzminski
2010-05-30Fixed access to repos and users.Marcin Kuzminski
2010-05-27changed naming convention for db modules.Marcin Kuzminski
2010-05-27some beaker cache changes, and added repr to modelsMarcin Kuzminski
2010-05-27Admin templating updates, added rest permission controllersMarcin Kuzminski
2010-05-27db manage added more logging, set custom logger and add optional print sql st...Marcin Kuzminski
2010-05-27fixed dbmanage script to work as standalone scriptMarcin Kuzminski
2010-05-26CHanged form error when user account is disabled.Marcin Kuzminski
2010-05-26rewritten db manage script to use sqlalchemy. Fixed sqlalchemy models to more...Marcin Kuzminski
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