Commit Graph
4975 Commits
Author SHA1 Message Date
Roberto Rosario 3088760dd7 Remove erroneous migrations 2015-03-30 05:37:34 -04:00
Roberto Rosario 0db6a4fdef Remove lambdas from models, they are not serializable. Add remaining migrations. Issue #33 2015-03-30 05:34:50 -04:00
Roberto Rosario 5d7af48734 Point all badges and images to the development branch 2015-03-30 05:10:45 -04:00
Roberto Rosario 7f73b99315 Increase default resolution 2015-03-30 05:10:32 -04:00
Roberto Rosario 00569e9b6f Don't check dictionaries blindly 2015-03-30 05:10:12 -04:00
Roberto Rosario b6855cc40e Don't test against Python 2.6 anymore as Django 1.7 only supports Python 2.7 and up 2015-03-30 05:09:34 -04:00
Roberto Rosario 302411074b Add first set of Django 1.7 app migrations 2015-03-30 05:08:50 -04:00
Roberto Rosario bd041457c9 Update project to use Django 1.7.7. Issue #33 2015-03-30 03:43:56 -04:00
Roberto Rosario d6150f950b Don't use Django's private field order API, changes in Django 1.7 2015-03-30 02:33:18 -04:00
Roberto Rosario 8622db4d1b Use wildcard method argument for Django 1.7 compatibility 2015-03-30 02:32:57 -04:00
Roberto Rosario b0470eefab Add placeholder file for the version 2.0 release notes 2015-03-30 02:31:07 -04:00
Roberto Rosario a15ffc617a Remove unused static media files 2015-03-30 02:27:03 -04:00
Roberto Rosario 38f6e44e32 Add the appearance app to the transifex config file and the translation helper script 2015-03-30 02:22:45 -04:00
Roberto Rosario 96582860b7 Delete the remaining files of the removed history app 2015-03-30 02:20:58 -04:00
Roberto Rosario 5dabc0a34a Add new appearance app to hold all of the base templates, images, icons and external packages related to the frontend and look of the project 2015-03-30 02:17:40 -04:00
Roberto Rosario 3131751b25 Fix the use of ugettext vs. ugettext_lazy 2015-03-30 01:33:35 -04:00
Roberto Rosario c65e65b17e Update copyright years 2015-03-25 19:14:43 -04:00
Roberto Rosario 3991056728 Update copyright years 2015-03-25 19:11:27 -04:00
Roberto Rosario d0deae9286 Remove installation stats 2015-03-06 20:40:44 -04:00
Roberto Rosario 60e13fe704 Improve indexing admin interface 2015-03-06 20:31:53 -04:00
Roberto Rosario 4eca7984a1 Simplify project description 2015-03-06 19:55:36 -04:00
Roberto Rosario 76d23b481d Remove the registration app 2015-03-06 19:29:59 -04:00
Roberto Rosario 0012054132 Fix uncompress value for issue #163 test 2015-03-06 19:13:48 -04:00
Roberto Rosario 67182f7b6e Add the sources app tests to the travis config file 2015-03-06 18:48:13 -04:00
Roberto Rosario 4bbf352763 Merge remote-tracking branch 'origin/master' 2015-03-06 16:41:13 -04:00
Roberto Rosario fae12d21e3 Add test for issue #163 2015-03-06 16:39:54 -04:00
Roberto Rosario 8ce93819cf Update make dist script 2015-03-06 15:21:53 -04:00
Roberto Rosario 3b4a296d12 Merge pull request #164 from mbehrle/fix/rnotes
Amending 1.1.rst with some backward incompatible changes.
2015-02-13 04:23:19 -04:00
Mathias Behrle a32368eb1a Amending 1.1.rst with some backward incompatible changes. 2015-02-12 19:02:39 +01:00
Roberto Rosario 9ebf27d2ea Translation files synchronized and compiled 2015-02-10 09:23:14 -04:00
Roberto Rosario fc90536de0 Move gitter badge next to the rest of the badges 2015-02-10 09:05:59 -04:00
Roberto Rosario aab79b1335 Merge branch 'development' 2015-02-10 08:41:54 -04:00
Roberto Rosario c0827980c4 Issue #154 to the version 1.1 release notes 2015-02-10 08:39:48 -04:00
Roberto Rosario efdf08eb90 Merge branch 'development'
Conflicts:
	docs/credits/contributors.rst
	docs/index.rst
	docs/intro/installation.rst
	mayan/apps/converter/templates/converter_file_formats_help.html
	mayan/apps/document_indexing/templates/indexing_help.html
	mayan/apps/documents/templates/document_types_help.html
	mayan/apps/documents/templates/recent_document_list_help.html
	mayan/apps/dynamic_search/templates/search_help.html
	mayan/apps/folders/templates/folders_help.html
	mayan/apps/linking/templates/smart_links_help.html
	mayan/apps/metadata/templates/metadata_set_help.html
	mayan/apps/metadata/templates/metadata_type_help.html
2015-02-10 08:36:50 -04:00
Mathias Behrle 548ed441f6 Review of last doc changes. 2015-02-10 13:14:38 +01:00
Roberto Rosario 151b9edd89 Fix typo 2015-02-10 06:02:48 -04:00
Roberto Rosario 7b3dd46d58 Add entries for the 1.1 release features 2015-02-10 06:02:33 -04:00
Roberto Rosario bc2d945e91 Add more entries to the release notes 2015-02-10 06:02:20 -04:00
Roberto Rosario 536382caef Properly access the taggit models to transfer to the existing tags to the new tags.Tag model. Issue #154 2015-02-10 05:13:12 -04:00
Roberto Rosario f455bdbd2e Don't point field to a foreign key that doesn't exists yet, make migration dependant on actstream to avoid actstream error when deleting the obsolete content types, add frozen taggit model specifications to avoid taggit content type to be asked to be deleted during migration 0002. Issue #154 2015-02-10 05:08:24 -04:00
Roberto Rosario 8bb4aaee3e Remove migration step that happened in the upgrade to 1.0, remove spaces 2015-02-10 05:07:36 -04:00
Roberto Rosario 93c11c7c4a Don't overwrite settings/local.py in subsequent initialsetup executions 2015-02-09 22:36:17 -04:00
Roberto Rosario cc7b566ff2 Add steps to produce installable package 2015-02-09 16:17:16 -04:00
Mathias Behrle 9bdc8a5927 Cleanup of the legacy history app.
The app was migrated to the events app and old translation files
are confusing translators.
2015-02-09 20:26:41 +01:00
Mathias Behrle 436dad494f Adding events app to transifex configuration. 2015-02-09 19:07:09 +01:00
Roberto Rosario f89a93916b Merge pull request #160 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
2015-02-09 12:35:32 -04:00
The Gitter Badger b0c291d2c1 Added Gitter badge 2015-02-09 14:44:12 +00:00
Mathias Behrle 43e311d00b Documentation improvements.
- Fixing some typos.
- Quick review of the current state.
2015-02-08 02:41:36 +01:00
Roberto Rosario 9e3131fbcb Update compiled message files 2015-02-07 04:37:40 -04:00
Roberto Rosario e3f8c1295b Update setup dependencies 2015-02-07 04:34:43 -04:00