-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
134 lines (89 loc) · 3.66 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Metadata-Version: 1.0
Name: cmsutils
Version: 0.6.6
Summary: Cmsutils for Django is a bundle of models and templates for Django projects in need of some Content Management System features.
Home-page: http://tracpub.yaco.es/cmsutils
Author: Yaco Sistemas S.L.
Author-email: msaelices@yaco.es
License: LGPL 3
Description: ===================
cmsutils Django app
===================
Description
===========
Cmsutils for Django is a bundle of models and templates for Django projects in
need of some Content Management System features.
Usually, web applications have several common features like, breadcrumbs, ldap
authentication, visual widgets, etc. Cmsutils project collects all these common
features.
Installation
============
To install this application:
#. Put it in a directory *cmsutils* inside your project.
#. Include ``'cmsutils'`` in ``settings.INSTALLED_APPS``.
Some features
=============
* Generic parameters from database.
* Generic reusable forms based on newforms.
* Generic views and templates for things like deleting objects.
* Breadcrumb templatetag.
* Messagebox.
* Merging and compressing JS and CSS.
* LDAP authentication.
* Cache backends.
* Other useful template filters and tags.
Changes
=======
Version 0.6.6
-------------
* Fixes a error in inplace_edit plugin (TinyMCE)
Version 0.6.5
-------------
* Support for custom backupdb handler (like DCL scripts in OpenVMS)
Version 0.6.4
-------------
* Now backupdb works with postgis (before the file sql was empty)
Version 0.6.3
-------------
* Now backupdb works with postgis
Version 0.6.2
-------------
* Fixes other spanish translations to tinyMCE
Version 0.6.1
-------------
* Fixes width of the tinyMCE link popup when translated to spanish
Version 0.6.0
-------------
* Fixes spanish translations to tinyMCE
Version 0.5.9
-------------
* Hook in QueryStringManager to searchform
Version 0.5.8
-------------
* Translation tinyMCE widget to Spanish
Version 0.5.7
-------------
* Avoid surround code by <p></p> tags when adding a tinymce template.
Version 0.5.6
-------------
* Fixed readonly widgets with manytomany fields.
Version 0.5.5
-------------
* Fixed ``backupdb`` command for Django >= 1.2
Version 0.5.4
-------------
* Fixed ``load_production_db`` command for Django >= 1.2
Version 0.5.3
-------------
* Implemented a ProfilingMiddleware, to do code profiling when ?profile is defined in URL.
Version 0.5.2
-------------
* Included a ReadOnlyWidget.
Version 0.5.1
-------------
* Fixed a bug related to JSONField form validation. See #210.
Keywords: django cms utils tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)