Gaetan Delannay
|
4d154c314f
|
[gen] Search: bugfix in filtered unnamed searches.
|
2015-03-09 13:36:48 +01:00 |
|
Gaetan Delannay
|
0c706c695e
|
[gen] Bugfix: automatic search screens contained SearchableText twice.
|
2015-02-26 10:03:29 +01:00 |
|
Gaetan Delannay
|
8b90d877a8
|
[gen] Bugfixes.
|
2015-02-17 08:58:04 +01:00 |
|
Gaetan Delannay
|
40e3612682
|
[gen] New ajax system: more bugfixes.
|
2015-02-05 14:05:29 +01:00 |
|
Gaetan Delannay
|
a6645f33ff
|
[gen] FInalized ajaxification of search rows and rows of tied objects in Refs.
|
2015-02-04 18:33:27 +01:00 |
|
Gaetan Delannay
|
f44bb4e06b
|
[gen] appy.js: closing the confirm popup via button 'no' cleans field 'comment'.
|
2015-02-04 12:23:56 +01:00 |
|
Gaetan Delannay
|
1bd6cf29a3
|
[gen] Modified Ajax system to be able to ajax-refresh a single row within query results or ref tied object (ongoing work).
|
2015-02-03 10:56:15 +01:00 |
|
Gaetan Delannay
|
73f81d9304
|
[gen] Bug and performance fixes in the authentication mechanism.
|
2015-01-26 14:10:50 +01:00 |
|
Gaetan Delannay
|
6f488644e3
|
[gen] Table of indexes: indexed date values are now correctly displayed as DateTime instances.
|
2015-01-22 18:43:10 +01:00 |
|
Gaetan Delannay
|
195adf8d11
|
[gen] ToolMixin::getHomePage: removed unneeded calls to m_goto.
|
2015-01-21 15:59:28 +01:00 |
|
Gaetan Delannay
|
307f4e152e
|
[gen] Bugfix: one could authentify with a ldap user even if ldap.enabled was False.
|
2015-01-21 14:30:42 +01:00 |
|
Gaetan Delannay
|
34cafcdbc1
|
[gen] Improvements in the rendering of buttons throughout the web UI. [gen] Ref field and Search: added param 'showActions' allowing to show or not the range of icons and buttons below or besides every tied or queried object.
|
2015-01-19 15:44:09 +01:00 |
|
Gaetan Delannay
|
92d1276ffb
|
[gen] Implemented live search.
|
2014-12-29 15:55:17 +01:00 |
|
Gaetan Delannay
|
4461cbb9a8
|
[gen] Authorize anyone to get static content (images, css, js...) from any Appy app.
|
2014-12-26 13:51:40 +01:00 |
|
Gaetan Delannay
|
fd5e88928d
|
[gen] Indexer: textual content of indexes now keep only words of more than 2 chars and other improvements.
|
2014-12-26 12:24:38 +01:00 |
|
Gaetan Delannay
|
06c656d278
|
[gen] Added the possibility to display the content of indexes for a given object on its view layout (param 'indexed' in the request).
|
2014-12-19 11:21:43 +01:00 |
|
Gaetan Delannay
|
865e6bf08e
|
[gen] Added the possiblity to synchronize external users from a LDAP.
|
2014-12-17 16:19:45 +01:00 |
|
Gaetan Delannay
|
50bd996c3b
|
[gen] Bugfixes.
|
2014-12-15 10:30:24 +01:00 |
|
Gaetan Delannay
|
c53654a1a1
|
[gen] Added attribute 'xml' on every field allowing to customize the XML marshalling process. [gen] Added new layout 'xml', now different from the 'view' layout, allowing to define which fields are to be dumped in the XML version of some object. [gen] Security fix in ToolMixin::getUser. [gen] Bugfix in Mixin::getUrl. [shared] dav.py: method 'get' can now accept parameters. [shared] xml_parser: changes to the XmlMarshaller (due to XML-related changes).
|
2014-12-08 14:52:04 +01:00 |
|
Gaetan Delannay
|
c11002b7d5
|
[gen] Class.listColumns can now be a static method (accepting the tool as single arg). [gen] Indexed Ref fields are now sortable. For every such field, 2 indexes are created: a list index for searching, and a standard index for sorting (by their title).
|
2014-11-28 14:42:32 +01:00 |
|
Gaetan Delannay
|
5c41f1b3d2
|
[gen] Bugfix while creating default users. Bugfix: do not perform LDAP authhentication when ldapConfig.enabled is False.
|
2014-11-26 10:49:59 +01:00 |
|
Gaetan Delannay
|
4a393e76af
|
[gen] Allow an ajax request to return a message, carried as a custom HTTP header and retrieved by appy.js to display a message.
|
2014-11-10 13:34:52 +01:00 |
|
Gaetan Delannay
|
412d9f939f
|
[gen] A page can now be visible on edit but not on view (ie, the new User page containing only fields 'password' and 'retype password'. Default User class has now 2 pages: the 2 password fields are on a separate page. Zone containing user name in the user strip has evolved.
|
2014-10-24 15:55:45 +02:00 |
|
Gaetan Delannay
|
7484fbca93
|
[gen] Added the possibility to navigate to tied object number X within a list of tied objects from a Ref that is numbered.
|
2014-10-21 09:25:37 +02:00 |
|
Gaetan Delannay
|
c2676c9cf8
|
[gen] pod field: bugfix with attr 'formats' without method 'showTemplate'; [shared] bugfix: renamed module ldap to ldap_connector.
|
2014-10-07 13:14:16 +02:00 |
|
Gaetan Delannay
|
a671094167
|
[gen] When duplicating a file via appy.fields.file::FileInfo.replicateFile, the source file can be binary data in a str instead of an opened file handler.
|
2014-10-01 16:21:12 +02:00 |
|
Gaetan Delannay
|
abe56a5add
|
[gen] Ref.linkObject and unlinkObject (and caller methods like wrapper.create) can now be called with attr 'executeMethods' being False: in this case, all methods defined in attrs like 'insert', 'beforelink', 'afterLink' will not be called. Can be useful while migrating data or duplicating objects.
|
2014-09-29 10:06:40 +02:00 |
|
Gaetan Delannay
|
ecc3f07a09
|
[gen] SMTP and LDAP configuration updated. Module appy.gen.mail can now be used independently of a gen-application.
|
2014-09-18 11:08:29 +02:00 |
|
Gaetan Delannay
|
400158a0a1
|
[gen] Users have now a workflow allowing them to deactivated. An inactive user can't log in anymore. This is useful if the User is tied to other objects and cannot be removed without braking the data model, but does not correspond anymore to an active user that is allowed to log in.
|
2014-09-11 16:41:08 +02:00 |
|
Gaetan Delannay
|
f8a7103c7a
|
[gen] Changes in parameters of some basic field methods to enable field.languages to be defined dymanically via a method.
|
2014-09-05 17:13:23 +02:00 |
|
Gaetan Delannay
|
c8cf3911fa
|
[gen] Historization of multilingual fields.
|
2014-09-03 18:18:27 +02:00 |
|
Gaetan Delannay
|
7889277328
|
[gen] Adapted all logged messages because thhe logged user is now automatically prepended to any message.
|
2014-09-01 14:14:32 +02:00 |
|
Gaetan Delannay
|
9cccdebe24
|
[gen] Minor improvements.
|
2014-08-05 14:53:08 +02:00 |
|
Gaetan Delannay
|
dda894089a
|
[gen] When param Ref.select is a Search instance, Search.name can be ommitted; added code that shows a warning: Appy is not compatible with MSIE below 9.
|
2014-07-28 17:35:49 +02:00 |
|
Gaetan Delannay
|
a45dfa8dd0
|
[gen] Ref field: first cmplete version of Ref with link='popup'.
|
2014-07-28 12:29:16 +02:00 |
|
Gaetan Delannay
|
0bcd0055a3
|
[gen] More work on Refs with popup='true'.
|
2014-07-25 15:07:31 +02:00 |
|
Gaetan Delannay
|
a14bff45a7
|
[gen] More work on Ref.link='popup'.
|
2014-07-23 22:29:47 +02:00 |
|
Gaetan Delannay
|
b2a2aa5210
|
[gen] Ref.select can now hold a Search instance; began implementation of Ref.link == 'popup'.
|
2014-07-18 16:54:11 +02:00 |
|
Gaetan Delannay
|
e11e754305
|
[gen] Class.popup: finalized the development of 'popup' classes.
|
2014-06-16 00:58:45 +02:00 |
|
Gaetan Delannay
|
b3a72ade24
|
[gen] Bugfixes; for Ref field, replaced render mode 'titles' with 'minimal', allowing to display all fields defined in shownInfo.
|
2014-05-19 12:12:33 +02:00 |
|
Gaetan Delannay
|
57bab29447
|
[gen] Bugfixes.
|
2014-05-17 16:44:56 +02:00 |
|
Gaetan Delannay
|
3b18619624
|
[gen] Better rendering of buttons; added a new utility function for formatting elements like phone numbers.
|
2014-05-16 12:58:53 +02:00 |
|
Gaetan Delannay
|
f78ffa4b74
|
[gen] Bugfix.
|
2014-05-15 09:51:11 +02:00 |
|
Gaetan Delannay
|
61598b91f7
|
[gen] Removed appywide.css: css class which is specific to the wide layout are now in appy.css but are used conditionally in PXs.
|
2014-05-13 16:41:59 +02:00 |
|
Gaetan Delannay
|
1d0ee7a614
|
[gen] Bugfix in the Ref field; added method workflow.Transition.getBack that finds the 'back' transition of a given transition.
|
2014-05-02 12:35:09 +02:00 |
|
Gaetan Delannay
|
7adbc7e4bc
|
[gen] Fixed groups with style 'tabs'; reused the same tabs for representing phases; pages and phases are now outside the portlet, rendered horizontally below the breadcrumb; methods getSupBreadCrumb and getSubBreadCrumb can now be defined on every gen-class to customize what is shown above and below the breadcrumb (=title with a prefix) on view layouts (those methods are similar to getSubTitle and getSupTitle when displaying lists of objects).
|
2014-04-29 19:02:06 +02:00 |
|
Gaetan Delannay
|
ef21375410
|
[gen] Bugfixes and use of Ref.autoref fto avoid circular references within cross-class Ref fields.
|
2014-04-22 19:37:36 +02:00 |
|
Gaetan Delannay
|
822e1a7c63
|
[gen] Buttons can now be stretched to fit the size of the inner label.
|
2014-04-20 19:22:40 +02:00 |
|
Gaetan Delannay
|
e969bbf362
|
[gen] Pod field: allow to upload a replacement file for a frozen pod document.
|
2014-03-25 12:05:07 +01:00 |
|
Gaetan Delannay
|
d0749cc365
|
[gen] Added 'freeze actions' to pod fields.
|
2014-03-24 22:55:00 +01:00 |
|