Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
187 check-ins using file ppdb/static/db-common.css version 29437430a1
|
2014-06-14
| ||
| 10:40 | Corrections to allow test cases to run. check-in: b49c4870fa user: home tags: new-uris | |
|
2014-06-10
| ||
| 20:05 | Corrected 'action' path for consistency between ofb and db check-in: 2a473d5d41 user: home tags: trunk | |
| 19:32 | Corrected initialisation test check-in: 23a91270c0 user: home tags: trunk | |
| 19:27 | Revised css, initially for the database, to better handle browser zooming check-in: 5e023ba945 user: home tags: new-css | |
|
2014-06-07
| ||
| 17:30 | Amalgamated the registration form tests into a single file. Corrected the template and javascript as a result of new errors shown up by amalgamated file. Replaced alert dialogs with a CSS/JS dialog to avoid the 'Prevent this page from creating additional dialogs' feature of the standard alert dialog. check-in: 837ecd57df user: home tags: trunk | |
|
2014-06-05
| ||
| 19:39 | Added last_changed to PED_QUERY and to sheep for. corrections to js files. check-in: 4df75c9c1c user: home tags: trunk | |
| 19:37 | Corrected autoreload_on to autoreload.on and added javascript file to autoreload list. check-in: a78581de34 user: home tags: trunk | |
| 08:59 | URI for new animal 'session' changed from animal/regsess to animal/new check-in: a1687fcaa6 user: home tags: trunk | |
| 08:42 | Revert to returning HTTP status 201 from POST to 'animal'. check-in: f9b067a14c user: home tags: trunk | |
|
2014-06-04
| ||
| 16:48 | Fix typo in animal.PUT check-in: f9b1bffabb user: home tags: trunk | |
| 16:14 | Added sheep data form based on registration form. check-in: d3cb107c7f user: home tags: trunk | |
| 11:54 |
The registration form's Horns field is changed from a SELECT control to and INPUT field for compatibility with the Paradox form.
The animal.execute_submit method takes the method as a parameter to allow for use with either POST or PUT methods. check-in: 750638d42d user: home tags: trunk | |
| 08:19 | Correct logo name on base template, correct 'New Flock' url on sheepnew template. check-in: 2f461ec029 user: home tags: trunk | |
|
2014-06-03
| ||
| 08:43 | Add 'flock_name' column to current_flock view and remove unnecessary JOIN from transfer methods for a x5 speedup. check-in: bb2ddc3647 user: home tags: trunk | |
| 07:54 | Merged in the 'revised-uris' branch check-in: 07d25e7a4d user: home tags: trunk | |
|
2014-05-31
| ||
| 14:31 | Merge update from trunk Closed-Leaf check-in: af7d5faf90 user: home tags: revised-uris | |
| 14:29 | Don't set Content-Type header until we know something will be returned to avoid HTML error pages being returned as something other than HTML check-in: 11c2bc2059 user: home tags: trunk | |
|
2014-05-28
| ||
| 14:11 | Added more GET uri tests and corrections to handler and html check-in: d705622fef user: home tags: revised-uris | |
|
2014-05-27
| ||
| 18:43 | Added tests for the 'GET' URIs check-in: 55850526d1 user: home tags: revised-uris | |
|
2014-05-26
| ||
| 09:23 | Merge in changes to testinit check-in: ff34a18c93 user: home tags: revised-uris | |
| 09:18 | testinit subclasses build_app to change the handler config. check-in: 712d675f11 user: home tags: trunk | |
|
2014-05-25
| ||
| 11:26 | Renamed /animal/regn/ URI to /animal/regsess to better match the URI's function check-in: 818aeaa00b user: home tags: revised-uris | |
| 08:30 | Changed OFB warning message colour from red to dark orange. Amended text of multi-hit warning. check-in: 6ec4889402 user: home tags: revised-uris | |
|
2014-05-24
| ||
| 07:56 | Corrections and revisions to URI scheme and implementation. check-in: a1326ca9a3 user: home tags: revised-uris | |
|
2014-05-22
| ||
| 16:10 | Flattened the /resurce/data branches of the URIs and merged the OFB and DB handler classes. check-in: bf61549d97 user: home tags: version-0.33.0, revised-uris | |
| 15:51 | Updated PPDDispatcher class to resolve problem of ticket [71af6ac6f4]. check-in: d03a778d5e user: home tags: revised-uris | |
| 13:10 | Layout and text of URI scheme docs in line with the docs for new-uris branch check-in: 3fb5338f1b user: home tags: revised-uris | |
| 13:09 |
Corrections to URI scheme docs
This branch closed as it has been sureceded by the 'revised-uris' branch. Branch re-opened to allow corrections and furh=ther development. check-in: 31eee29255 user: home tags: new-uris | |
| 08:48 | Revised URI docs and updated them for the new URI scheme. check-in: 23603d7a72 user: home tags: new-uris | |
|
2014-05-18
| ||
| 17:15 | Moved _cp_dispatch to package and changed to allow parameters as path segments. Flock and Animal handlers updated to differentiate between OFB and DB. check-in: bd007e1d48 user: home tags: new-uris | |
|
2014-05-17
| ||
| 16:13 | Updated OFB html pages for new URI scheme. Corrections and updates to URI handlers. check-in: bf9a0555b6 user: home tags: new-uris | |
| 16:12 | Added checks for empty err_msg on 'Find' pages> check-in: adfcb22352 user: home tags: new-uris | |
| 13:23 | Changes to handlers and init scripts for revised, more RESTful, URI scheme check-in: a7aab4a4ca user: home tags: new-uris | |
|
2014-05-16
| ||
| 11:28 | Added tool to limit accepted methods to 'GET' (for the OFB) check-in: 28601f2a7c user: home tags: trunk | |
| 11:26 | Refactored code for btter maintainability check-in: c9834950a7 user: home tags: trunk | |
| 11:26 | Set the 500 error mailfrom address to home@localhost for test cases check-in: 5eba5e8ee5 user: home tags: trunk | |
|
2014-05-15
| ||
| 15:34 | Module test_pg_pool now uses httplib instead of Selenium Web to make requests check-in: 758a3461f4 user: home tags: trunk | |
| 14:35 | Moved code from selweb.__init__.py to test.__init__.py check-in: 569dfcc375 user: home tags: trunk | |
| 13:53 | Moved package code for utests up a level. Moved and renamed the code to run a test instance of CherryPy so it can be used for unit tests aas wel all Webdriver tests. check-in: 9df2e31de8 user: home tags: trunk | |
| 11:12 | Corrections to test modules check-in: 330bcbc5e3 user: home tags: trunk | |
| 10:17 | Flattened sss_register and ofb subdirectories check-in: 76681d82a9 user: home tags: trunk | |
| 10:11 | Renamed selenium_web directory to selweb check-in: 6c06a0c039 user: home tags: trunk | |
| 09:57 | Extended registration test to include test of error message alert check-in: d9b0a1c5a2 user: home tags: trunk | |
|
2014-05-14
| ||
| 19:49 | Updates to allow selenium web tests to undo changes to the database check-in: 59c5769e4a user: home tags: trunk | |
|
2014-05-13
| ||
| 17:09 | Selenium tests to register an animal. Corrections to code to allow a sheep to be registered. check-in: a2cd4047bb user: peter tags: trunk | |
| 17:07 | Sanitise params now allows solidus (forward slash) for use in text dates. check-in: 7cfcdde90f user: peter tags: trunk | |
|
2014-05-12
| ||
| 16:42 | Database libraries have a common method to run SQL commands. check-in: d58855be8b user: home tags: trunk | |
| 10:11 | Corrections to test cases. Added docstrings to test methods. check-in: 9d52665a8f user: home tags: trunk | |
| 10:08 | Removed JSS test cases from test_findsheep check-in: 6eb3bf5d30 user: home tags: trunk | |
| 10:01 | Added new 'transfer_reason' of 'Mistake' to sheep schema. check-in: d5942a2bd3 user: home tags: trunk | |
| 09:48 | Added documentaton for sheep transfers check-in: 9409a14266 user: home tags: trunk | |
|
2014-05-07
| ||
| 20:03 | Updated test_sheepregn for new checked value of 'ignore_warnings' check-in: f22d2fc650 user: home tags: trunk | |
| 20:02 | Merged test_validatepost and test_validatetag into test.shpval with many added test cases. Renamed test_sheepval to test_sheepvalidators. Corrections to libraries resulting from additional tests - shpval library now has 99% coverage (one line can't be tested). check-in: f771401766 user: home tags: trunk | |
|
2014-05-06
| ||
| 10:04 | Flattened unit test directory - nose attributes allow test selection. check-in: c3cda830fc user: home tags: trunk | |
| 09:33 | Added missing import of fbkuri check-in: 08716bf7f1 user: home tags: trunk | |
| 09:28 | Merged in regn-test branch check-in: 910b8efce8 user: home tags: trunk | |
| 09:25 | Registration test extended to cover resurrecting sheep, and cleans up transfers. Closed-Leaf check-in: a650329e88 user: home tags: regn-test | |
|
2014-05-05
| ||
| 20:24 | File missed from checkin [64cbc2b8b4] check-in: b36e563319 user: home tags: regn-test | |
| 16:30 | User provided dates are stored in 'transfer' and 'flock_owner' as DATE columns instead of TIMESTAMP. cleansqlite.py removes rudundant records from sheep_flock - where a flock has moved to 'Unknown' and back to a real flock on the same date, and various mistakes and records inserted as user errors. Fixes ticket [f28872ce58]. check-in: 64cbc2b8b4 user: home tags: regn-test | |
| 16:21 | Updated CP configuration for CP 3.3.0 check-in: 0f138b7a70 user: home tags: regn-test | |
| 11:16 | deploy.py copies Sphinx docs source if 'devt' is specified check-in: 8d18b4040f user: home tags: trunk | |
|
2014-05-02
| ||
| 19:53 | Added tests for shpval.validate_post_data. Corrections and changes to shplib, transfer and shpval modules fot transfers at registration time. Updated tests in test_sheepreg.py and a minor correction to test_shpval.py check-in: a249e4792c user: home tags: regn-test | |
|
2014-05-01
| ||
| 11:57 | Added skeleton fbkuri.py so registration URI test can determine the current flock book volume. Basic registration test now runs but does not test transfers. check-in: 48ae3668ae user: home tags: regn-test | |
| 11:17 | Amended URI scheme for flockbook, tag, inspection and prp-genetics check-in: bb5df50da5 user: home tags: regn-test | |
| 09:35 | Corrected use of @attr decorator with multiple attributes check-in: e7ed3266e4 user: home tags: regn-test | |
|
2014-04-30
| ||
| 10:19 | Merged updates from trunk check-in: 745c463744 user: home tags: regn-test | |
|
2014-04-28
| ||
| 08:16 | Add set_update_ts trigger to all tables using audit_update trigger. Fixes ticket [dbe7790847] check-in: 42d7007ea1 user: home tags: trunk | |
|
2014-04-25
| ||
| 18:05 | Added attributes to test classes to allow selection by group - base, meth[ods], url, selweb and ofb check-in: bb75089a6e user: home tags: trunk | |
| 11:24 | Revised sheep_schema trigger definitions to improve documentation. reinstated test for presence of last_changed in pgsql audit function. check-in: 243ca8ebaa user: home tags: trunk | |
| 11:21 | Added padding to timestamps per ticket [36fd824b86]. Corrected test CD1. check-in: 2ef18daf08 user: home tags: trunk | |
| 11:18 | Updated docs for latest handler modules. check-in: 8462a4948f user: home tags: trunk | |
|
2014-04-24
| ||
| 20:12 | Expanded audit tests to test the whole 'new' and 'old' rows. Updates and corrections to trigger definitions for new tests. audit-insert trigger is deprecated as it is non-functional in SQLite check-in: 62b0b32dcb user: home tags: trunk | |
|
2014-04-23
| ||
| 15:29 | test_audit module re-written without the use of nested structures. sheep_schema includes corrections to triggers and trigger functions resulting from the new audit tests. check-in: 40c513f60f user: home tags: trunk | |
| 15:27 | iso_ts_now and iso_ts_now_delta functions return millisecond instead of microsecond resolution timestamps. All timestamps generated using date and datetime modules instead of time module. check-in: 40a1f810b5 user: home tags: trunk | |
| 15:24 | Added docstrings to RDBMS modules to document AUTOINCREMENT columns. Corrected create-table() method and added new trigger generation dict to sqlite3lib.py check-in: 4a8ddc8940 user: home tags: trunk | |
| 15:21 | Remove redundant print statement from deploy.py. Add information print statements to dbrefresh.py. check-in: 85d83836cf user: home tags: trunk | |
|
2014-04-22
| ||
| 10:01 | Merged in updates from trunk check-in: a846c430a4 user: home tags: regn-test | |
| 09:56 | Merged in mem_upd branch. check-in: 16f7695634 user: home tags: trunk | |
|
2014-04-12
| ||
| 09:37 | Set person created dates where person.last_changed = member.joined Closed-Leaf check-in: 4d656a34da user: home tags: mem_update | |
|
2014-04-11
| ||
| 08:45 | Inital changes to update member code for member table changes check-in: 68f6e5cdd2 user: home tags: mem_update | |
|
2014-04-06
| ||
| 13:34 | New branch for sheep registration test changes check-in: 23bc8a7c72 user: home tags: regn-test | |
|
2014-04-04
| ||
| 10:47 | deploy.py copies the dataconv directory if 'cpsrv devt' is specified check-in: b95f0da8d8 user: home tags: trunk | |
| 09:57 | Sheep schema set_insert_ts uses an AFTER trigger for SQLite3 as a BEFORE trigger does not set an AUTOINC key field correctly - see docs. Added test for this to test_audit.py. Sheep schema sets ON DELETE CASCADE FK constraint on sheep secondary tables. check-in: 7756b9a967 user: home tags: trunk | |
| 09:51 | Removed print statement from util.py. sqlite3lib.py uses intermediate variables in exec_cmd() to assist debugging check-in: 673f8b7cd1 user: home tags: trunk | |
| 09:41 | Added non-empty __init__.py files - previous commit committed empty files check-in: 464ec15153 user: home tags: trunk | |
|
2014-04-02
| ||
| 15:31 | Added initial unit test cases for registration. Corrections to existing code now tested by the new test cases. check-in: 487a7ae8ce user: peter tags: trunk | |
| 10:30 | Split unit tests into sub-directories to ensure they run in the correct order. Revised messages to be more explicit about which tests are being run. check-in: 7b13a7ef71 user: peter tags: trunk | |
|
2014-03-12
| ||
| 09:40 | Selenium-Web test_pg_pool confirms that without the retry code killing the postgres connection processes will result in a 500 error. pglib.DB_CONF may have an additional key 'TEST_PG_POOL' which will disable the connection retry code. This key is set by selenium_web.start_externals. check-in: 2245510262 user: home tags: trunk | |
|
2014-03-06
| ||
| 16:19 | Merged in the 'testcase-db' branch - fix for ticket [526d8ac27f]. check-in: 5385a7c028 user: home tags: trunk | |
| 11:30 | Handle 500 errors gracefully if no email can be sent check-in: 266346760d user: peter tags: trunk | |
| 10:25 | Merged in changes from trunk Closed-Leaf check-in: 19c27afdb3 user: peter tags: testcase-db | |
| 09:51 | Reinstate commit in close_app_db_connection() - removed in error in the new-dbconn branch. check-in: 1baf56eb53 user: home tags: trunk | |
|
2014-03-05
| ||
| 13:01 | Added initial message. Improved test cases with 4xx status codes. check-in: 18fae33358 user: peter tags: trunk | |
|
2014-03-04
| ||
| 17:28 | Updated make_test to include entities necessary to run selenium tests. Test cases updated to suit test database. Config corrected. check-in: 272dc40988 user: peter tags: testcase-db | |
|
2014-03-02
| ||
| 16:31 | Initial checkin of updates for ticket [526d8ac27f] check-in: 5370804aa8 user: peter tags: testcase-db | |
| 14:59 | Use public method instead of private to read config. Missed from checkin [5e38c0dfaa], ticket [ff0cf19490] check-in: 9ebd3a8659 user: peter tags: trunk | |
| 11:18 | Set docs encoding to utf-8. Minor corrections to docs. check-in: 8abc0ce216 user: peter tags: trunk | |
|
2014-02-27
| ||
| 12:40 | Merged in the new-dbconn branch check-in: 4afa004a22 user: peter tags: trunk | |
| 12:38 | Revised exception handling to explicitly catch operational errors Closed-Leaf check-in: e6049af977 user: peter tags: new-dbconn | |
| 11:02 | Reverted to original function names in pglib. pglib now handles server disconnect in make_app_db_connection(). Tests for server disconnect added. check-in: 819917f3ca user: peter tags: new-dbconn | |
|
2014-02-24
| ||
| 11:35 | Added ASTERISK to sanitise whitelist - used as a wildcard in searches. Fix for ticket [9947ddcbb20] check-in: 4ef45df037 user: home tags: trunk | |
| 11:33 | Replaced 'test' with 'tmp' in function names to prevent functions being run as tests. check-in: 5a2e6faa3f user: home tags: trunk | |
| 11:31 | Checkout 24f18aab7a commite the wrong file check-in: 9cb06ca93b user: home tags: trunk | |
| 11:21 | Replaced 'test' with 'tmp' in function names to prevent functions being run as tests. check-in: 24f18aab7a user: home tags: trunk | |
|
2014-02-21
| ||
| 09:05 | Revised connection methods for PostgreSQL check-in: fadd5186c0 user: home tags: new-dbconn | |
| 09:03 | Added explanation od exclusions check-in: 2ebaaab293 user: home tags: trunk | |
|
2014-02-19
| ||
| 19:40 | New regexp for sanitising input with unit test cases in test_tools.py. check-in: e7bbb595ae user: home tags: trunk | |
|
2014-02-17
| ||
| 21:48 | Added rfc3986 (URI format) and input sanitising doc. check-in: cb66846877 user: home tags: trunk | |
|
2014-02-14
| ||
| 21:50 | Added clean-up of sheep names with bad characters. check-in: f67d21945e user: home tags: trunk | |
|
2014-02-11
| ||
| 15:49 | Modified sss OFB test EB for the fix of ticket [75a7095db4]. check-in: 06003d5b4e user: peter tags: trunk | |
| 15:23 | Audit tests may be excluded by specifying -a '!audit' when invoking tests. check-in: ff5a729ace user: peter tags: trunk | |
| 15:20 | Selenium web tests keep browser window open on failure. check-in: 293fc4dd35 user: peter tags: trunk | |
| 15:19 | Corrected columns in nomem member table. dbrefresh builds database schema without auditing if tar file does not contain change_history.txt check-in: 56354fd829 user: peter tags: trunk | |
| 09:21 | Fix for ticket [75a7095db4]. check-in: adbd72377a user: peter tags: trunk | |
|
2014-02-10
| ||
| 20:27 | Conversions with 'nomem' do not convert history or install auditing table and triggers check-in: 62b695d12f user: peter tags: trunk | |
| 09:05 | Data conversion only appends encoding to filenames if the encoding is NOT the default (UTF-8). check-in: 80bc10f239 user: home tags: trunk | |
|
2014-02-09
| ||
| 20:19 | Fix for ticket [ff0cf19490] - use cherrypy.lib.reprconf.Config() instead of cherrypy_cpconfig.merge(). check-in: 5e38c0dfaa user: home tags: trunk | |
| 17:14 | Module run_selweb only tests for the presence of SQLite databases for apps defined in ppd.conf [apps] section. check-in: 869b225a40 user: home tags: trunk | |
| 17:00 | merged animalbase, animaldb and animalbdsub into a single module animaluri. check-in: e2fc0e1c8e user: home tags: trunk | |
| 13:37 | Merged the audited branch. check-in: 37c531f885 user: home tags: trunk | |
| 13:30 | Added conversion of Paradox SHPCHNG to the audited database. Closed-Leaf check-in: df94f851fc user: home tags: audited | |
|
2014-02-05
| ||
| 15:40 | Corrected typo in mem_pmts transform. Closed-Leaf check-in: 0907aa4f22 user: peter tags: audited | |
|
2014-02-04
| ||
| 20:12 | Updated table auditing docs to add 'additional data' sub-section check-in: 16fc43aef7 user: home tags: tmp, audited | |
| 09:36 | new_data and old_data in command to insert payment history into change_history were reversed. check-in: 5bdd7197ac user: home tags: tmp, audited | |
|
2014-02-02
| ||
| 18:56 | Added conversion of mempmnts to transform.py. Non-existant flock removed from mempmnts by cleansqlite.py check-in: 16d8e571ef user: home tags: tmp, audited | |
|
2014-02-01
| ||
| 18:17 | test_audit.py now tests all possible audit triggers using test tables, and also tests a 'live' table. Corrections to sheep_schema and sslite3lib. check-in: 2f30c71ecc user: home tags: tmp, audited | |
| 18:15 | Additional text for MEMPMNTS conversion check-in: a1e0b73922 user: home tags: tmp, audited | |
|
2014-01-31
| ||
| 16:52 | Modified test_audit.py for comaptibility with other unit test files check-in: 0026ee2fa3 user: home tags: tmp, audited | |
| 16:17 | Audit unit tests create and drop a set of tables for testing triggers. Updates to supporting/tested modules. check-in: 2b1f3a0e1e user: home tags: tmp, audited | |
| 10:51 | New functions in pglib and sqlite3lib to create tables, triggers, indexes based on existing methods in dbrefresh and transform. Schema file revised to facilitate this change. Modules dbrefresh, transform and make_test use the new functions, replacing the old ones. check-in: f3f1baad2d user: home tags: tmp, audited | |
|
2014-01-30
| ||
| 10:19 | Corrected some errors in pgsql. Auditing now saves both old and new records. check-in: 2b9c5453a7 user: home tags: tmp, audited | |
|
2014-01-28
| ||
| 17:13 | Data conversion splits the memchng history into phone (two numbers) and address history. check-in: d88d2f603c user: home tags: tmp, audited | |
| 17:11 | change_history table has two columns to hold record key values. Columns are specified in a new 'row_id_cols' item in each master table's schema. Removed UNIQUE constraint on phone table as unnecessary check-in: a404f448b5 user: home tags: tmp, audited | |
| 17:06 | Set common county and country in MEMCHNG for 'ZE' postcodesand the various spellings of 'USA' check-in: 40bddff0c0 user: home tags: tmp, audited | |
|
2014-01-21
| ||
| 18:14 | Corrections and updates to auditing docs. check-in: 09f4d798e7 user: home tags: tmp, audited | |
| 13:24 | The PL/perl no_hstore audit function is removed leaving the PL/Tcl version. The hstore function remains in PL/pgsql as hstore can only be used with this language. check-in: a98d7b37a5 user: home tags: tmp, audited | |
|
2014-01-20
| ||
| 23:27 | no_hstore audit func rewritten in PL/perl. Another version written in PL/Tcl added as easier to follow than the PL/perl version. check-in: b7e880ec03 user: home tags: tmp, audited | |
|
2014-01-19
| ||
| 19:35 | New dbconf item 'hstore' to specify whether PostgreSQL has the 'hstore' extension or not. Schema and tests updated to support hstore/no hstore depending on setting in ppd.conf. check-in: c8f4fde97b user: home tags: tmp, audited | |
|
2014-01-18
| ||
| 17:45 | Views on change_history corrected and expanded. test_audit handles SQLite and PosgreSQL tests allowing for different formats of row_data check-in: 2765f92f38 user: home tags: tmp, audited | |
| 14:39 | SQLite audit row has same format as pgsql. pgsql audit table stores hstore instead of text check-in: 3db9922c20 user: home tags: tmp, audited | |
|
2014-01-17
| ||
| 21:07 | Auditing now uses only a single composite history table for all master tables. The history record has one column for the 'audited row' with all audited columns as a text 'dict' for SQLite or a text hstore for PostgreSQL check-in: 1ee597b295 user: home tags: tmp, audited | |
|
2014-01-15
| ||
| 17:16 | Added dependencies section to docs 'overview' chapter check-in: f14f4fb554 user: home tags: trunk | |
|
2014-01-14
| ||
| 14:47 | Corrected pgsql function in sheep_schema, removed 'print' statement in sqlite3lib check-in: a0f4bb15a1 user: home tags: tmp, audited | |
|
2014-01-13
| ||
| 17:31 | Updated audit unit testcases. Corrections to get testcases to run. check-in: 21754cb9e6 user: home tags: tmp, audited | |
| 10:50 | Updated licence and install docs. check-in: fa935aff21 user: home tags: trunk | |
|
2014-01-12
| ||
| 16:55 | Added a consolidated history option for auditing. All tables are now audited using either shadow tables or consolidated history. check-in: 117acd6118 user: home tags: tmp, audited | |
|
2014-01-10
| ||
| 17:57 | Added foreign key actions to table definitions check-in: a3119f5d0e user: peter tags: tmp, audited | |
| 17:30 | Auditing added, using a consolidated history by record, to all parent (ie referenced) tables. no_delete, no_update and mark_deleted triggers no loger used but remain in the schema. Added audit_insert triggers, but not yest used. check-in: 32a53e2f2a user: peter tags: tmp, audited | |
| 14:26 | Added checks for the pragma settings check-in: 97fef9f66e user: peter tags: tmp, audited | |
|
2014-01-09
| ||
| 17:42 | Improvements to audit unit test file to avoid repetition. Updated sheep_schema, transform, make_test and dbrefresh to improve audit mrc view generation. make_test brought up to date. check-in: 1b1c16df69 user: home tags: tmp, audited | |
|
2014-01-08
| ||
| 22:28 | Updates and corrections to table and trigger creation and trigger tests. check-in: 8654ef34a6 user: peter tags: tmp, audited | |
| 10:19 | Updated trigger definitions with corresponding change to dbrefresh check-in: 4df1558842 user: home tags: tmp, audited | |
|
2014-01-07
| ||
| 18:07 | Revised auditing unit tests. Triggers now set timestamps with millisecond resolution. New timestamp methods in 'util' module. check-in: db6d1f4811 user: home tags: tmp, audited | |
| 18:05 | Revised auditing documents check-in: 3226a129ac user: home tags: tmp, audited | |
| 18:04 | Set trigger_recursion pragma to off check-in: 9748757f7c user: home tags: tmp, audited | |
| 10:13 | Abandoned because 'foreign keys' must either be maintained forever or not used at all. Branch marked as 'closed'. Closed-Leaf check-in: ef56ac838c user: home tags: audit-new | |
|
2014-01-06
| ||
| 19:50 | Added test for finding a flock by tag prefix check-in: a92f409be0 user: peter tags: trunk | |
| 18:39 | Corrected trigger support. Added unit tests for mem_class triggers check-in: e859789ef1 user: peter tags: tmp, audited | |
| 17:52 | Fix bug on commanc page where sheep with spares pedigrees caused 500 error. check-in: 7b7ba7186c user: peter tags: trunk | |
|
2014-01-04
| ||
| 20:31 | Updated pxlib to fix bug where timestamps are incorrectly converted on i686 platforms. check-in: 5051bd8319 user: peter tags: trunk | |
|
2014-01-03
| ||
| 14:52 | Fix bug in find_flock. Add unit test file skeleton for find_flock check-in: 06125f2099 user: home tags: trunk | |
|
2014-01-02
| ||
| 22:39 | Changes to add audit tables and triggesr to PostgreSQL database check-in: 74e4c13016 user: peter tags: tmp, audited | |
| 21:15 | Corrections to get dataconv working (without audit tables) check-in: b2cab86fdd user: peter tags: tmp, audited | |
| 16:47 | Expanded and revised auditing documentation to include the 'roll-off' method from the audit-new branch. check-in: c1f453b8d4 user: home tags: tmp, audited | |
| 14:42 | Updates to new audit scheme check-in: ea3e9ce641 user: peter tags: audit-new | |
|
2014-01-01
| ||
| 12:05 | Initial docs for a new audit scheme check-in: 400fc354ba user: home tags: audit-new | |
|
2013-12-30
| ||
| 18:48 | Merged dataconv update from trunk check-in: 9ca39c6dea user: peter tags: tmp, audited | |
| 18:46 | Added 10 more sheep born before their real breeder registered a flock check-in: c2b025c253 user: peter tags: trunk | |
| 16:44 | Updated auditing docs check-in: 884e6ee7f2 user: peter tags: tmp, audited | |
| 16:42 | Added 'deleted' column to 'transfer' table check-in: e739ca84c9 user: peter tags: tmp, audited | |
| 11:36 | Removed unused file check-in: 287d1ece37 user: peter tags: trunk | |
| 11:35 | Corrected merge user mistake, removed unused file. check-in: 92bbe817eb user: peter tags: tmp, audited | |
|
2013-12-29
| ||
| 12:33 | Merged changes from trunk check-in: 1c7d579e50 user: peter tags: tmp, audited | |
| 11:38 | Use HOME environment variable to set docs output path check-in: b2e72146d2 user: peter tags: trunk | |
| 11:37 | Corrected syntax errors in new method check-in: b271419378 user: peter tags: trunk | |
|
2013-12-28
| ||
| 12:27 | Added method to flock library from equivalent method in the Paradox database. check-in: 2c0dfe91d0 user: home tags: trunk | |
|
2013-12-19
| ||
| 16:24 | Error email configuration moved to a new section in ppd.conf check-in: 5d734a7440 user: home tags: trunk, tmp | |
| 09:26 | Added custom 500 error page and code to email the webmaster on a 500. check-in: 5be7e3cebb user: home tags: trunk, tmp | |
|
2013-11-30
| ||
| 19:08 | merged in the schema-update branch. This fixes ticket [6df2990239]. check-in: ce516a797f user: home tags: trunk, tmp | |
| 19:05 | Updated modules and docs for the revised schema Closed-Leaf check-in: 1dc0091c34 user: home tags: schema-update | |
| 18:22 | Corrections to unit tests check-in: 662b367cd6 user: home tags: trunk, tmp | |
| 09:48 | Initial commit of changes for ticket [6df2990239] check-in: 763d025d4a user: home tags: schema-update | |
| 09:43 | Merged the ui-enhance branch check-in: 4ff73c9ef0 user: home tags: trunk, tmp | |
|
2013-11-29
| ||
| 18:29 | Changes to details of UI. Updated tests for revised messages and field contents. Closed-Leaf check-in: b4bb6fc787 user: home tags: ui-enhance | |
|
2013-11-28
| ||
| 21:25 | Tightened registration form layout. Errors now have red background. Ensure form is reset when loaded/reloaded. check-in: b86e6b2d84 user: peter tags: ui-enhance | |
| 11:16 | Merged changes from trunk check-in: 695b42c891 user: peter tags: ui-enhance | |
| 09:19 | Change display of warnings and errors - use backgground colours instead of text colours. Change message field defaults and visibility so layout is unchanged when messages are displayed. check-in: 29c7789f7e user: peter tags: ui-enhance | |