2011-11-21 |
Daniele Nicolodi |
Feed configuration options as parameters to schema upgrade functions.
|
2011-11-21 |
Daniele Nicolodi |
Connection parameters in the admin application are not private.
|
2011-11-18 |
Daniele Nicolodi |
Move setup.py to better location.
|
2011-11-17 |
Daniele Nicolodi |
Better setup.py.
|
2011-11-17 |
Daniele Nicolodi |
Improve command line interface.
|
2011-11-17 |
Daniele Nicolodi |
Update TODO.
|
2011-11-17 |
Daniele Nicolodi |
Document the unprivileged user possibility in the README.
|
2011-11-17 |
Daniele Nicolodi |
Add unprivileged user creation to install procedure.
|
2011-11-17 |
Daniele Nicolodi |
Update README.
|
2011-11-17 |
Daniele Nicolodi |
Add local configuration file to ignored files.
|
2011-11-16 |
Daniele Nicolodi |
Add local configuration file as arguments to user scripts.
|
2011-11-16 |
Daniele Nicolodi |
Generate WSGI script in buildout.
|
2011-11-16 |
Daniele Nicolodi |
Adapt tests.
|
2011-11-16 |
Daniele Nicolodi |
Reorganize command line interface code.
|
2011-11-16 |
Daniele Nicolodi |
Reorganize Flask application setup code.
|
2011-11-15 |
Daniele Nicolodi |
Update TODO.
|
2011-11-11 |
Daniele Nicolodi |
Remove unused imports from test.
|
2011-11-11 |
Daniele Nicolodi |
Allow for leading digits in usernames.
|
2011-11-11 |
Daniele Nicolodi |
Use correct path for redirect after login.
|
2011-11-11 |
Daniele Nicolodi |
Show the correct messages on user delete.
|
2011-11-08 |
Daniele Nicolodi |
Update TODO.
|
2011-11-09 |
Daniele Nicolodi |
Add copyright and license file header.
|
2011-11-08 |
Daniele Nicolodi |
Implement Atom feed security in a way compatible with feed readers.
|
2011-08-14 |
Daniele Nicolodi |
Atom feed for database submissions.
|
2011-11-09 |
Daniele Nicolodi |
Version bump.
|
2011-11-08 |
Daniele Nicolodi |
Added tag 0.4 for changeset a6f2c9eae217
|
2011-11-08 |
Daniele Nicolodi |
Release 0.4
0.4
|
2011-11-08 |
Daniele Nicolodi |
Add license information.
|
2011-11-08 |
Daniele Nicolodi |
Remove unused source file.
|
2011-11-08 |
Daniele Nicolodi |
Enormously speed up activity view.
|
2011-11-08 |
Daniele Nicolodi |
Update TODO.
|
2011-11-08 |
Daniele Nicolodi |
Make named queries store ordering and work for timeseries searches.
|
2011-11-08 |
Daniele Nicolodi |
Simplify named queries list view.
|
2011-11-08 |
Daniele Nicolodi |
Enforce minimum number of items per page.
|
2011-11-08 |
Daniele Nicolodi |
Add ordering to tables in user views.
|
2011-11-08 |
Daniele Nicolodi |
Remove hardcoded administrative database name.
|
2011-11-07 |
Daniele Nicolodi |
Fix image URL in CSS.
|
2011-11-07 |
Daniele Nicolodi |
Update TODO.
|
2011-11-07 |
Daniele Nicolodi |
Polish and extend activity view to show activity per day.
|
2011-11-07 |
Daniele Nicolodi |
Add TODO list.
|
2011-11-06 |
Daniele Nicolodi |
Simplify v2.4 database dump.
|
2011-11-06 |
Daniele Nicolodi |
Rename test case to more descriptive name.
|
2011-11-06 |
Daniele Nicolodi |
Expose the database structure dump utility through the admin interface.
|
2011-11-06 |
Daniele Nicolodi |
Add index for 'submitted' field in 'objmeta' table to speed up activity view.
|
2011-11-06 |
Daniele Nicolodi |
Reflect markup changes into doctests.
|
2011-11-06 |
Daniele Nicolodi |
Replace ugly markup with definition lists.
|
2011-11-06 |
Daniele Nicolodi |
New colors. New header. Better CSS structure.
|
2011-11-04 |
Daniele Nicolodi |
White space cleanup.
|
2011-11-04 |
Daniele Nicolodi |
Really silence mysql warnings.
|
2011-11-04 |
Daniele Nicolodi |
More bug fixing. We need to extend unit tests.
|
2011-11-04 |
Daniele Nicolodi |
Fix bug introduced in last commit.
|
2011-11-04 |
Daniele Nicolodi |
Optimize check for xml data.
|
2011-11-04 |
Daniele Nicolodi |
Add UUID to obj view. Show {xml,mat} download links only if data is present.
|
2011-11-04 |
Daniele Nicolodi |
Style changes. Make links more obvious to spot in the interface.
|
2011-11-04 |
Daniele Nicolodi |
Show null fields as empty string in object view.
|
2011-11-04 |
Daniele Nicolodi |
Show extended object properties from 'ao' and '{ts,fs,xy,c}data' tables in object view.
|
2011-11-04 |
Daniele Nicolodi |
Remove trailing white space.
|
2011-11-04 |
Daniele Nicolodi |
Add test objects also to the 'ao' table.
|
2011-11-04 |
Daniele Nicolodi |
Enable autocompletion in form fields.
|
2011-11-04 |
Daniele Nicolodi |
Show timezone information for dates extracted from MySQL database.
|
2011-11-03 |
Daniele Nicolodi |
Allow user to alter pagination size in object listings.
|
2011-10-26 |
Daniele Nicolodi |
Fix activity view.
|
2011-10-25 |
Daniele Nicolodi |
Explicitly depend on distribute.
|
2011-10-26 |
Daniele Nicolodi |
Small correction to error page.
|
2011-10-26 |
Daniele Nicolodi |
Move DEBUG and TESTING options to configuration file.
|
2011-10-26 |
Daniele Nicolodi |
Avoid opening the database connection when serving static resources.
|
2011-10-26 |
Daniele Nicolodi |
Handle uncaught exceptions with nice error pages.
|
2011-10-21 |
Daniele Nicolodi |
Make schema dump predictable ordering tables and columns by name.
|
2011-10-21 |
Daniele Nicolodi |
Add database schema dump utility.
|
2011-10-21 |
Daniele Nicolodi |
Fix database schema upgrade. Now most of the step can be run multiple times.
|
2011-10-21 |
Daniele Nicolodi |
Fix important schema upgrade bug in 2.6 to 2.7 step.
|
2011-10-20 |
Daniele Nicolodi |
Allow to force both current and destination schema version in upgrade operation.
|
2011-10-20 |
Daniele Nicolodi |
Delete all permissions in wipe operation.
|
2011-10-16 |
Daniele Nicolodi |
Tweak activity plot.
|
2011-10-16 |
Daniele Nicolodi |
Randomize test objects submission time.
|
2011-10-16 |
Daniele Nicolodi |
Simpliy query builder a tiny bit.
|
2011-10-16 |
Daniele Nicolodi |
Version bump.
|
2011-10-14 |
Daniele Nicolodi |
Added tag 0.3 for changeset e55537dfbe2b
|
2011-10-14 |
Daniele Nicolodi |
Release 0.3
0.3
|
2011-10-14 |
Daniele Nicolodi |
Fold activity blueprint into browse blueprint.
|
2011-10-14 |
Daniele Nicolodi |
Make activity view to work.
|
2011-10-14 |
Daniele Nicolodi |
Make schema version an integer.
|
2011-10-14 |
Daniele Nicolodi |
Add stored procedure used in activity view data collection.
|
2011-10-14 |
Daniele Nicolodi |
Assign different submission time to test objects.
|
2011-10-14 |
Daniele Nicolodi |
Armonize flashed mesages.
|
2011-10-14 |
Daniele Nicolodi |
Fixes to named queries management interface.
|
2011-10-14 |
Daniele Nicolodi |
Test named queries management interface.
|
2011-10-14 |
Daniele Nicolodi |
Add missing permission check.
|
2011-10-14 |
Daniele Nicolodi |
Implement user permissions setting view.
|
2011-10-14 |
Daniele Nicolodi |
Simplify database permissions handling.
|
2011-10-14 |
Daniele Nicolodi |
Minor tweaks to the admin command line interface.
|
2011-10-12 |
Daniele Nicolodi |
Minor fix to database structure dump function.
|
2011-10-12 |
Daniele Nicolodi |
Tweak upgrade procedure to make it work on btlab databases.
|
2011-10-11 |
Daniele Nicolodi |
Fix test.
|
2011-10-11 |
Daniele Nicolodi |
Extend database schema upgrade test and fix upgrade accordingly.
|
2011-10-11 |
Daniele Nicolodi |
Add test for database schema upgrade.
|
2011-10-11 |
Daniele Nicolodi |
Add SQLAlchemy to development dependencies.
|
2011-10-11 |
Daniele Nicolodi |
Fix database schema upgrade.
|
2011-10-11 |
Daniele Nicolodi |
Fix declaration of 'toffset' field in 'tsdata' table for new databases.
|
2011-10-11 |
Daniele Nicolodi |
Remove fields comments.
|
2011-10-11 |
Daniele Nicolodi |
Bump schema version.
|
2011-10-11 |
Daniele Nicolodi |
Add 'toffset' field to 'tsdata' table.
|
2011-08-23 |
Daniele Nicolodi |
Version bump.
|
2011-08-23 |
Daniele Nicolodi |
Added tag 0.2 for changeset 442dac399008
|
2011-08-23 |
Daniele Nicolodi |
Release 0.2
0.2
|
2011-08-23 |
Daniele Nicolodi |
Small improvements to the Objs class and to its tests.
|
2011-08-23 |
Daniele Nicolodi |
Extend test to exercise the permissions management interface.
|
2011-08-23 |
Daniele Nicolodi |
Disable "save query" button in timeseries search view.
|
2011-08-23 |
Daniele Nicolodi |
Complete named queries support.
|
2011-08-23 |
Daniele Nicolodi |
Implement validation of advanced query parameters.
|
2011-08-23 |
Daniele Nicolodi |
Add omelette to the develop buildout.
|
2011-08-23 |
Daniele Nicolodi |
Split activity view into its own blueprint. Do not wire it up yet.
|
2011-08-21 |
Daniele Nicolodi |
Fix js for compatibility with Safari.
|
2011-08-21 |
Daniele Nicolodi |
Minor correction to HTML markup.
|
2011-08-21 |
Daniele Nicolodi |
More CSS tweaks.
|
2011-08-21 |
Daniele Nicolodi |
Minor cleanup of setup.py.
|
2011-08-21 |
Daniele Nicolodi |
Explicitly list generated scripts in buildout. Drop wsgi buildout section.
|
2011-08-21 |
Daniele Nicolodi |
Better implement and enable database schema version check.
|
2011-08-21 |
Daniele Nicolodi |
Tweak templates.
|
2011-08-21 |
Daniele Nicolodi |
Test to check that all templates have a title block.
|