Mercurial > hg > ltpdarepo
graph
-
Fix js for compatibility with Safari.2011-08-21, by Daniele Nicolodi
-
Minor correction to HTML markup.2011-08-21, by Daniele Nicolodi
-
More CSS tweaks.2011-08-21, by Daniele Nicolodi
-
Minor cleanup of setup.py.2011-08-21, by Daniele Nicolodi
-
Explicitly list generated scripts in buildout. Drop wsgi buildout section.2011-08-21, by Daniele Nicolodi
-
Better implement and enable database schema version check.2011-08-21, by Daniele Nicolodi
-
Tweak templates.2011-08-21, by Daniele Nicolodi
-
Test to check that all templates have a title block.2011-08-21, by Daniele Nicolodi
-
Smarter way to register error handlers.2011-08-21, by Daniele Nicolodi
-
Cleanup and extend doctests.2011-08-21, by Daniele Nicolodi
-
Extend doctests to cover account activation and password reset.2011-08-21, by Daniele Nicolodi
-
Test sending of activation and password reset emails.2011-08-21, by Daniele Nicolodi
-
Implement user password reset.2011-08-21, by Daniele Nicolodi
-
Adapt tests to user handling changes.2011-08-21, by Daniele Nicolodi
-
Adapt admin module to user handling changes.2011-08-21, by Daniele Nicolodi
-
Implement user activation.2011-08-21, by Daniele Nicolodi
-
Add 'emailaddr' property to User class.2011-08-21, by Daniele Nicolodi
-
Set TESTING=True in tests and development server.2011-08-21, by Daniele Nicolodi
-
Add email sending utility.2011-08-21, by Daniele Nicolodi
-
Add message signing and timestamping utility.2011-08-21, by Daniele Nicolodi
-
MySQL limits usernames to 16 characters.2011-08-21, by Daniele Nicolodi
-
Update tests to reflect changes in HTML markup.2011-08-21, by Daniele Nicolodi
-
Cleanup forms rendering.2011-08-21, by Daniele Nicolodi
-
Cleanup HTML and make it W3C valid.2011-08-21, by Daniele Nicolodi
-
Cleanup some code that survied the makeovers.2011-08-21, by Daniele Nicolodi
-
Rework named query support.2011-08-21, by Daniele Nicolodi
-
More CSS tweaks.2011-08-15, by Daniele Nicolodi
-
Fix save query javascript action.2011-08-15, by Daniele Nicolodi
-
Add doctest that execises the database browsing views.2011-08-15, by Daniele Nicolodi
-
Rework Objs listing internal API. Add unit test.2011-08-15, by Daniele Nicolodi
-
Factor out test case setup code for tests requiring the application request context.2011-08-15, by Daniele Nicolodi
-
Small tweaks to pagination API. Extend unit tests.2011-08-15, by Daniele Nicolodi
-
Accept any iterable as 'privs' argument of the grant() function.2011-08-15, by Daniele Nicolodi
-
Fix breakage found by unit test.2011-08-14, by Daniele Nicolodi
-
Test user profile operations.2011-08-14, by Daniele Nicolodi
-
Sanitize the 'next' parameter of the login form before redirecting.2011-08-14, by Daniele Nicolodi
-
Cleanup tests.2011-08-14, by Daniele Nicolodi
-
Add unittest2 to develop dependencies.2011-08-14, by Daniele Nicolodi
-
Add .coverage to ignored files.2011-08-14, by Daniele Nicolodi
-
More HTML cleanup and CSS tweaks.2011-08-13, by Daniele Nicolodi
-
Show only seven pagination links by default.2011-08-13, by Daniele Nicolodi
-
Use \u00F6 character to test unicode awareness.2011-08-13, by Daniele Nicolodi
-
Improve CSS styling.2011-08-13, by Daniele Nicolodi
-
Show user permissions in user management view.2011-08-13, by Daniele Nicolodi
-
Add back the support for saved queries. Still incomplete and experimental.2011-08-13, by Daniele Nicolodi
-
Integrate dropdown widget into query widget.2011-08-13, by Daniele Nicolodi
-
Add jsquery replacement for select input elements.2011-08-13, by Daniele Nicolodi
-
Cleanup javascript.2011-08-13, by Daniele Nicolodi
-
Cleanup HTML markup.2011-08-13, by Daniele Nicolodi
-
Create valid 'tsdata' test objects when populating the database.2011-08-13, by Daniele Nicolodi
-
Implement seearch of 'tsdata' objects by time spanned by contained data.2011-08-13, by Daniele Nicolodi
-
Clean database browsing code. Remove query saving code.2011-08-13, by Daniele Nicolodi
-
Bind views used to create databases and users to '+' instead that to 'create'.2011-08-13, by Daniele Nicolodi
-
Bump version to 0.2dev.2011-08-13, by Daniele Nicolodi
-
Adapt to Flask 0.7.2011-08-13, by Daniele Nicolodi
-
Remove debug print statement.2011-08-13, by Daniele Nicolodi
-
Fix tests.2011-08-13, by Daniele Nicolodi
-
Add buildout configuration with packages required only in tests.2011-08-13, by Daniele Nicolodi
-
Refactor objects listing and implement objects table sorting.2011-07-25, by Daniele Nicolodi
-
Fix 2.6 to 2.7 upgrade step: do not try to change storage for views.2011-07-25, by Daniele Nicolodi
-
Increase log level of the right log handler.2011-07-25, by Daniele Nicolodi
-
Silence MySQLdb warnings in admin interface.2011-07-25, by Daniele Nicolodi
-
Consistently access database connection through Flask global variables.2011-06-28, by Daniele Nicolodi
-
Add short README with install and setup instructions.2011-06-28, by Daniele Nicolodi
-
Require Flask version older than 0.7.2011-06-28, by Daniele Nicolodi
-
Some polish to pagination and database browsing code.2011-06-28, by Daniele Nicolodi
-
Update database creation code to schema version 2.7.2011-06-27, by Daniele Nicolodi
-
Always use utf8 charset for database connections.2011-06-27, by Daniele Nicolodi
-
Update administrative database creation code to schema version 2.7.2011-06-27, by Daniele Nicolodi
-
Decrease default verbosity level to 'warning'.2011-06-27, by Daniele Nicolodi
-
Implement validation for duplicate usernames.2011-06-27, by Daniele Nicolodi
-
Implement validation for duplicate database IDs.2011-06-27, by Daniele Nicolodi
-
Whitespace.2011-06-27, by Daniele Nicolodi
-
Fix help display in command line tool and add minimal documentation.2011-06-27, by Daniele Nicolodi
-
Improve stored queries support.2011-06-27, by Daniele Nicolodi
-
No wsgi support by default.2011-06-27, by Daniele Nicolodi
-
Minor CSS fixes.2011-06-27, by Daniele Nicolodi
-
Adjust test setup code to changes to the admin interface.2011-06-27, by Daniele Nicolodi
-
Rework command line administration tool.2011-06-27, by Daniele Nicolodi
-
Move database creation code to Database class.2011-06-27, by Daniele Nicolodi
-
Make load() method of the Database class into a static method.2011-06-27, by Daniele Nicolodi
-
Rework objects download.2011-06-27, by Daniele Nicolodi
-
Fix empty passwords handling.2011-06-27, by Daniele Nicolodi
-
Make load() method of the User class into a static method.2011-06-27, by Daniele Nicolodi
-
Add a 'limits' property to the Pagination class.2011-06-27, by Daniele Nicolodi
-
Add 2.6 to 2.7 database schema version upgrade.2011-06-27, by Daniele Nicolodi
-
Add an index for 'submitted' column in 'objmeta' table.2011-06-27, by Daniele Nicolodi
-
Fix 2.4 to 2.5 database schema version upgrade step.2011-06-27, by Daniele Nicolodi
-
Add logging to upgrade procedure.2011-06-27, by Daniele Nicolodi
-
Simplify upgrade steps registration.2011-06-27, by Daniele Nicolodi
-
Add support for forcing initial schema version in upgrades.2011-06-27, by Daniele Nicolodi
-
Fold 2.4 to 2.41 and 2.41 to 2.5 upgrade steps into a single one.2011-06-25, by Daniele Nicolodi
-
Upgrade buildout bootstrap.py to latest version.2011-06-25, by Daniele Nicolodi
-
Add html class to HTTP error pages message.2011-06-15, by Daniele Nicolodi
-
Fix object display. Implement xml and binary representations download.2011-06-15, by Daniele Nicolodi
-
Increse pagination links width to accomodate for four digits page numbers.2011-06-15, by Daniele Nicolodi
-
Fix URL generation bugs discovered in tesing on deployment server.2011-06-15, by Daniele Nicolodi
-
Add advanced query and query parameters save functionality.2011-06-15, by Daniele Nicolodi
-
Rename 'serve' commant to 'run'.2011-06-15, by Daniele Nicolodi
-
Add action and method parameters to form objects.2011-06-15, by Daniele Nicolodi
-
Fix bug in database drop action cancellation handling.2011-06-15, by Daniele Nicolodi
-
Test drop database action cancellation.2011-06-15, by Daniele Nicolodi
-
Add buildout section to create WSGI app declaration.2011-06-27, by Daniele Nicolodi
-
Initial import.2011-06-09, by Daniele Nicolodi