0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reduce influence of extensions on base model and controller
khz
More... over 11 years ago
restructured rest routes configuration and added the conversion of incoming form-data to json in the controller automatically
khz
More... over 11 years ago
one more intermediate step to pagination More... over 11 years ago
intermediate step, only
khz
More... over 11 years ago
first steps to make login ajax also work More... over 11 years ago
login/logout now work on the new welcome page with std http post More... over 11 years ago
an intermediate step
khz
More... over 11 years ago
on the way to user management.
khz
More... over 11 years ago
made login the default page
khz
More... over 11 years ago
fixed some issues in controller and added custom_encoders for type:list
khz
More... over 11 years ago
lots of dditions to the funtionality of generate_migrations, do_migrate. Also finished user password management
khz
More... over 11 years ago
more on th generators and the restructuring
khz
More... over 11 years ago
some new features for the generators (minimalisation). factored out the type and format settings
khz
More... over 11 years ago
corerected application relative imports
khz
More... over 11 years ago
made db connection a class variable instead of an instance var.
khz
More... over 11 years ago
lots of small bugfixes
khz
More... over 11 years ago
added separate code snippets for curl handling on windows and Unix. Quotes are handlel differently. Need to be escaped in Windows cmd ;(
khz
More... over 11 years ago
some improvements for the views More... over 11 years ago
curl code in update and create is now the real code send by jquery , so you can test it on the console More... over 11 years ago
validation now works. See ext/test_validation.py for an example More... over 11 years ago
bigger improvements on validation More... over 11 years ago
started to include validation with cerberus
khz
More... over 11 years ago
added foundation for user management
khz
More... over 11 years ago
got rid of an ugly print
khz
More... over 11 years ago
more on sets
khz
More... over 11 years ago
added some glyphicons, REST and HTTP work similar for CRUD now, pagination decorator basically works
khz
More... over 11 years ago
added the REST create route. Added a curl/json snippet to create_form
khz
More... over 11 years ago
prepared for list custom encoders More... over 11 years ago
replaced show/edit/delete with glyph icons More... over 11 years ago
removed the _id field from the json data for create since it is not neccessary for create and will be overwritten by create anyway More... over 11 years ago