Gaetan Delannay
|
7240561f7f
|
[gen] Added param Search.default allowing to define a default Search. The default search, if present, will be triggered when clicking on the main link for a class, instead of the query that collects all instances of this class; appy.gen.Type: removed 3 obsolete params: 'index', 'editDefault' and 'optional'. For achieving the same result than using 'editDefault', one may define 'by hand' an attribute on the Tool for storing the editable default value, and define, on the appropriate field in param 'default', a method that returns the value of the tool attribute; Added Type.defaultForSearch, allowing, for some sub-types, to define a default value when displaying the corresponding widget on the search screen; added a default 'state' field allowing to include workflow state among search criteria in the search screens; removed obsolete test applications.
|
2012-10-31 13:20:25 +01:00 |
|
Gaetan Delannay
|
1505264887
|
[gen] Bugfix for IE in master/slave relationships. Calendar field: added 2 params: 'preCompute' allows to specify a method that is called once every time a month is shown and whose result can be accessed by other methods; 'applicableEvents' allows to specify, for every day, a list of applicable events which can be a sub-set of all aplicable events (or event nothing).
|
2012-10-30 05:53:45 +01:00 |
|
Gaetan Delannay
|
caca61516f
|
[bin] job.py: if the specified user does not exist in the DB, try with a user named 'admin'; [gen] Calendar: allow to insert additional, custom (XHTML or textual) info in any cell of the calendar, via new attribute Calendar.additionalInfo; [pod] some code refactoring; xhtml2odt: allow, when converting tables, to take into account attributes 'width' of tds; bugfix when converting 'href' attrs of 'a' tags.
|
2012-10-26 13:09:44 +02:00 |
|
Gaetan Delannay
|
ba148c51aa
|
[gen] Calendar: display weekend days in a special way.
|
2012-10-18 20:57:03 +02:00 |
|
Gaetan Delannay
|
614ce576af
|
[gen] Calendar field: added the possibility to define a start and or end date for defining a specific date range; also added param 'defaultDate' (by default=now): when the calendar is shown for the 1st time, it shows the month where this date is included.
|
2012-10-13 18:09:42 +02:00 |
|
Gaetan Delannay
|
856cda9031
|
[gen] Calendar field: added the possibility to define eventTypes dynamically: eventTypes can therefore be anything, ie object UIDs.
|
2012-10-12 16:36:04 +02:00 |
|
Gaetan Delannay
|
9954edf71a
|
[gen] Improved performance of the Ref field and added an icon for dissociating referred objects.
|
2012-10-08 10:08:54 +02:00 |
|
Gaetan Delannay
|
872b77208b
|
[gen] Optimized Ref: do not ajax-call the Ref view macro when displaying a complete page; added Ref.changeOrder to enable/disable (independently from write permission) the possibility to sort or change order of referred objects.
|
2012-10-07 11:26:55 +02:00 |
|
Gaetan Delannay
|
82a8ac99b4
|
[gen] Calendar: added the possibility in some calendar to view events from another calendar.
|
2012-10-06 07:22:24 +02:00 |
|
Gaetan Delannay
|
fdd9f4c375
|
[gen] Take into account Calendar.maxEventLength.
|
2012-10-06 05:20:35 +02:00 |
|
Gaetan Delannay
|
64e1ace32c
|
[gen] Bugfixes in the management of indexes.
|
2012-10-05 16:38:15 +02:00 |
|
Gaetan Delannay
|
7a38892cee
|
[gen] Missing i18n in Ref field.
|
2012-10-04 16:17:30 +02:00 |
|
Gaetan Delannay
|
93bde7a0f5
|
[gen] Added a new calendar field, allowing to add a single (typed) event by day.
|
2012-10-03 14:44:34 +02:00 |
|
Gaetan Delannay
|
3bd66e3264
|
[gen] Indexing machinery: bugfixes (Ref index).
|
2012-09-26 23:32:57 +02:00 |
|
Gaetan Delannay
|
8d1a88bd27
|
[shared] xml_parser.XmlParser: added param 'raiseOnError' allowing to raise or not an exception when a SAX fatal parsing error is encountered; [gen] fine-tuned indexing machinery with more accurate text extraction from text and xhtml fields.
|
2012-09-26 23:13:02 +02:00 |
|
Gaetan Delannay
|
a2ae839704
|
[gen] Added the possiblity to extract in a clean way text from XHTML field values.
|
2012-09-25 21:43:45 +02:00 |
|
Gaetan Delannay
|
d3e2478d6b
|
[gen] Added some default page and field layouts.
|
2012-09-24 16:32:16 +02:00 |
|
Gaetan Delannay
|
4d9823a59a
|
[gen] Bugfix in the standard banner for RTL languages.
|
2012-09-20 15:43:53 +02:00 |
|
Gaetan Delannay
|
6367924b05
|
[gen] Added a i18n label used for the title of web pages and added a default favicon and the possibility to override it.
|
2012-09-20 09:37:33 +02:00 |
|
Gaetan Delannay
|
d799398de1
|
[gen] Graphical improvements.
|
2012-09-19 17:48:49 +02:00 |
|
Gaetan Delannay
|
b985b5998d
|
Various bugfixes.
|
2012-09-19 11:29:29 +02:00 |
|
Gaetan Delannay
|
5f530d9f9e
|
[gen] Now it is possible to index and search Ref fields.
|
2012-09-17 21:11:54 +02:00 |
|
Gaetan Delannay
|
bdaf1b4bbd
|
[doc] Updates to the Appy manifesto.
|
2012-09-16 09:08:09 +02:00 |
|
Gaetan Delannay
|
693c11658f
|
[doc] Doc, again.
|
2012-09-13 19:26:05 +02:00 |
|
Gaetan Delannay
|
9872f8ea66
|
[doc] Continued work on doc, website and look.
|
2012-09-13 14:43:40 +02:00 |
|
Gaetan Delannay
|
dc76ca542a
|
[doc] In the process of updating documentation and website.
|
2012-09-12 00:23:34 +02:00 |
|
Gaetan Delannay
|
6801188496
|
[gen] ckeditor now works with IE.
|
2012-09-10 11:44:22 +02:00 |
|
Gaetan Delannay
|
c2eaab4b44
|
[gen] Cleaner and more robust approach when using Zope database indexes.
|
2012-09-04 18:00:22 +02:00 |
|
Gaetan Delannay
|
5c2d94236f
|
[doc] In the process of refreshing documentation and website.
|
2012-08-24 16:39:45 +02:00 |
|
Gaetan Delannay
|
812bda7452
|
[gen] Added some layouts for Ref fields in Ref.wLayouts and Ref.wdLayouts; added a new, simpler way of defining auto-references (=Ref fields that refer to the class containing the field), via method appy.gen.autoref; stop catching exceptions raised by Actions (so a partial action can't be committed anymore).
|
2012-08-21 19:57:23 +02:00 |
|
Gaetan Delannay
|
61b0ed2fce
|
[gen] Minor updates.
|
2012-08-17 17:12:15 +02:00 |
|
Gaetan Delannay
|
31a0268641
|
[gen] Do not generate base label for a workflow transition if transition.show is False; added an alternative predefined layout for pages (including summary, which is absent by default); [pod] added a default POD style 'podPageBreak' allowing to include page breaks via do... from... statements.
|
2012-08-14 16:05:02 +02:00 |
|
Gaetan Delannay
|
625c8b079b
|
[gen] Bugfix in computhin SHA1 keys.
|
2012-08-10 16:00:41 +02:00 |
|
Gaetan Delannay
|
3393effd7b
|
[gen] Ogone field: bugfixes.
|
2012-08-07 17:38:54 +02:00 |
|
Gaetan Delannay
|
256f6acb55
|
[gen] More accurate error reporting for Action fields.
|
2012-08-07 09:46:27 +02:00 |
|
Gaetan Delannay
|
47cd8ee277
|
[gen] Add param Config.activateForgotPassword to allow to disable this functionality for sites where the email of users may be unknown.
|
2012-07-27 11:01:35 +02:00 |
|
Gaetan Delannay
|
b2e1e8c780
|
[gen] First version of a Ogone Appy plug-in.
|
2012-07-26 17:22:22 +02:00 |
|
Gaetan Delannay
|
178059ba1b
|
[gen]: method Wrapper.do: added param 'noSecurity' allowing to bypass check of roles mentioned as conditions for triggering worfklow actions.
|
2012-07-23 15:24:44 +02:00 |
|
Gaetan Delannay
|
699cc8346b
|
[gen] Field.indexed, instead of being a Boolean, can be a str, to represent the name of a Zope Index. This way, it is possible to bypass the standard Appy choice for index types, ie for Computed fields whose content may produce any type of value; added missing translation labels in the macro displaying object's history; added default fields Tool.dateFormat and Tool.hourFormat that give application-wide default formats for dates with/without hour; added a table in Config->Users that shows the connected users and the date/time of their last access to the app; added the missing search macro for a Computed field.
|
2012-07-18 21:58:11 +02:00 |
|
Gaetan Delannay
|
21ffa7b46d
|
[gen] Added UserWrapper.checkPassword allowing to check if a password is the right one for a user.
|
2012-07-12 17:54:14 +02:00 |
|
Gaetan Delannay
|
a0837a758f
|
[gen] Bugfix in the 'change user id' function. Now, the method browses every object in the database and updates local roles where the old ID was potentially mentioned.
|
2012-07-11 17:27:40 +02:00 |
|
Gaetan Delannay
|
7e31304c30
|
[pod] Repaired some tests in the xhtml2odt test suite.
|
2012-07-10 14:53:31 +02:00 |
|
Gaetan Delannay
|
a7bcd1a098
|
[gen] allow Manager to change the login of a user; bugfix in dumping XHTML tables whose column sizes are automatically computed; bugfix: apply styles mapping to 'p' tags that are added automatically by xhtml2odt (was only implemented for p tags inside li tags).
|
2012-07-10 14:21:08 +02:00 |
|
Gaetan Delannay
|
ad14c1258c
|
[gen] Implemented a mechanism 'forgot password?'.
|
2012-07-09 15:47:38 +02:00 |
|
Gaetan Delannay
|
8a5ca81746
|
[pod] xhtml2odt: generate ODT tables from XHTML tables, taking into account variable column sizes.
|
2012-07-06 17:57:25 +02:00 |
|
Gaetan Delannay
|
bc505b335f
|
[gen] Bugfix in RTL languages support; [pod] xhtml2odt: bugfix in management of styles applied to inner p tags added within li tags.
|
2012-07-03 15:00:45 +02:00 |
|
Gaetan Delannay
|
1b375d387c
|
[gen] Added support for right-to-left (RTL) languages.
|
2012-06-27 13:27:24 +02:00 |
|
Gaetan Delannay
|
b680a5ddcb
|
[gen] When raising Unauthorized, give more explanations.
|
2012-06-21 11:31:27 +02:00 |
|
Gaetan Delannay
|
188fdc9761
|
[gen] More simpler result.pt.
|
2012-06-13 09:59:19 +02:00 |
|
Gaetan Delannay
|
e13575c506
|
Added method Wrapper.isEmpty(name) that checks if the content of some field is empty or not on a given object.
|
2012-06-13 09:31:09 +02:00 |
|