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