log

age author description
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.