Commit Graph
2999 Commits
Author SHA1 Message Date
Roberto Rosario 2529a178ae Update the styling templatetag to not replace but append CSS classes 2012-10-09 23:35:22 -04:00
Roberto Rosario 2570057e9d Bump version 2012-10-09 23:26:10 -04:00
Roberto Rosario 05b1a39d7e Update metadata lookup field from a char to a text field 2012-10-09 23:25:16 -04:00
Roberto Rosario 9781d0dcae Fix empty fixture detection, add support for better YAML PK removal, re enabled better YAML serializer 2012-10-09 12:37:13 -04:00
Roberto Rosario b16ab0eebe Add logging 2012-10-09 12:36:45 -04:00
Roberto Rosario 8e1d12c59a Add logging 2012-10-09 12:36:32 -04:00
Roberto Rosario ace21841fc Add view to edit an existing metadata set 2012-10-09 12:35:32 -04:00
Roberto Rosario 5a5721c618 Add support to add and remove a user from many groups at once from the user edit view 2012-10-09 12:34:55 -04:00
Roberto Rosario 5e0fba3b69 Add registration app 2012-10-09 02:34:00 -04:00
Roberto Rosario 66cd8938ce Initial updates for the registration app 2012-10-09 02:33:21 -04:00
Roberto Rosario e3cc2efbcb Update copyright year 2012-10-09 00:58:37 -04:00
Roberto Rosario 9b69b9620e Add issues link 2012-10-09 00:58:19 -04:00
Roberto Rosario c308654f4a Disable better yaml serializer until natural keys are working correctly 2012-10-08 18:50:26 -04:00
Roberto Rosario efc41ad9c7 Add bootstrap model dependecies support 2012-10-08 18:50:07 -04:00
Roberto Rosario 82299a49c4 Simplify converter backend and return exceptions for better diagnostics. 2012-10-08 18:47:46 -04:00
Roberto Rosario e9817ee1ac Add creation date and time metadata, preserver metadata order with SortedDict 2012-10-08 11:57:08 -04:00
Roberto Rosario 77bbb5c048 Add creation date time field to bootstrap fixtures 2012-10-08 11:56:48 -04:00
Roberto Rosario 2b706f3f4a Generate a bootstrap's fixture metadata on save not only when dumping it, add comments 2012-10-08 11:28:41 -04:00
Roberto Rosario a430a1ce73 Don't allow editing the type of a fixture 2012-10-08 02:33:48 -04:00
Roberto Rosario 6966134c1d Add support for automatic bootstrap setup fixture metadata creation 2012-10-08 02:17:48 -04:00
Roberto Rosario 384d241ab2 Capture load data management command errors 2012-10-08 01:38:54 -04:00
Roberto Rosario 4d4c89bcd7 Backport of development commit: "Update fabfile to place installation marker"
64c7804611
2012-10-08 00:20:23 -04:00
Roberto Rosario 6ae449f08c Report the git repository remotes URLs 2012-10-07 04:59:39 -04:00
Roberto Rosario 9ecf20ce15 Move implementation to get all properties to the module 2012-10-07 04:59:07 -04:00
Roberto Rosario 4b25620e8e Make __getattr__ of the Installation model return the value of the property not the Property instance 2012-10-07 04:47:44 -04:00
Roberto Rosario 32d824643d Update release notes 2012-10-07 04:29:04 -04:00
Roberto Rosario aa2e32e801 Move code to calculate an index descendant node instances to the model, catch exception when index is still not initialized, possible cause of issue #28 2012-10-07 04:19:16 -04:00
Roberto Rosario 8b52c4a99a Fix natural key for Metadata set to be title and not name based 2012-10-07 04:08:19 -04:00
Roberto Rosario 2f28caaf4d Add missing bootstrap setup delete icon 2012-10-07 04:07:52 -04:00
Roberto Rosario bd92a88d2b Move import inside function to avoid import error 2012-10-07 03:56:50 -04:00
Roberto Rosario 57c6820afd Remove natural key for the Tag model 2012-10-07 03:48:28 -04:00
Roberto Rosario abf2bb85ea Remove duplicate processing of sidebar links 2012-10-07 03:47:41 -04:00
Roberto Rosario 58e2b2378e Move registration of the metadata document column to the metadata app, improve document type filename navigation 2012-10-07 03:46:40 -04:00
Roberto Rosario 4ffd422064 Don't import metadata admin stuff in the documents app 2012-10-07 03:46:02 -04:00
Roberto Rosario f8c63454f3 Enable new serializer for the bootstrap app, add per fixture type empyt checking, model fixture processing and final fixture processing 2012-10-07 03:44:56 -04:00
Roberto Rosario a6b28574d7 Add new serializer: better YAML 2012-10-07 03:43:35 -04:00
Roberto Rosario f203947836 Don't add empty fixtures 2012-10-06 05:46:43 -04:00
Roberto Rosario 20fafd6ba8 Fix the icon name used for the bootstrap setup edit link 2012-10-06 05:01:40 -04:00
Roberto Rosario 1b23c90a1a Check that the yaml library is available before adding YAML to the list of fixture types available 2012-10-06 05:00:50 -04:00
Roberto Rosario 850184ae62 Add PyYaml to the requirements to have YAML format fixture available for the bootstrap app 2012-10-06 05:00:20 -04:00
Roberto Rosario e547ad5c78 Update release notes 2012-10-06 04:50:54 -04:00
Roberto Rosario 2bacbcf56d Remove import of non existant managers.py file 2012-10-06 04:50:36 -04:00
Roberto Rosario 09aca2eb24 Remove unused transaction handling 2012-10-06 04:50:12 -04:00
Roberto Rosario 5271566310 Remove commented lines 2012-10-06 04:49:52 -04:00
Roberto Rosario f1d1ab286d Update the required versions of South and Pillow to the current releases (0.7.6 and 1.7.7) 2012-10-06 04:38:45 -04:00
Roberto Rosario d126047347 Update release notes in regard to issue 32 2012-10-05 22:16:35 -04:00
Roberto Rosario 6f376ced9b Catch auto admin creation error attempts when common app has still not been migrated.
Solves issue #32
2012-10-05 22:15:08 -04:00
Roberto Rosario 1804cd8828 Reverting hotfix patch applied to master branch by accident.
Revert "Catch auto admin creation error attempts when common app has still not been migrated."

This reverts commit 35571e184f.
2012-10-05 22:14:12 -04:00
Roberto Rosario 35571e184f Catch auto admin creation error attempts when common app has still not been migrated.
Solves issue #32
2012-10-05 22:05:12 -04:00
Roberto Rosario 2b4523c0be Update release notes 2012-10-05 03:07:55 -04:00