| 
								
								
									 Gaetan Delannay | c676d0b29c | [pod] Bugfix for https://bugs.launchpad.net/appy/+bug/1333352. | 2014-06-23 19:18:05 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | f7eaed817e | [pod] Bugfix for https://bugs.launchpad.net/appy/+bug/1328139. | 2014-06-23 16:48:32 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | f8f3c0e865 | [pod] Added param Renderer.raiseOnError (False by default), that, if True, will force the Renderer to raise an error instead of dumping it into a note in the pod result. | 2014-06-23 12:54:32 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 114223a114 | [pod] converter.py now works from Python2.4 to Python3. Thanks to Lennart Regebro who wrote the 'e=sys.exc_info()[1]' trick for catching exceptions in both Python2.4 and Python3 and Luc Saffre for discovering it. | 2014-06-18 11:46:43 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | e11e754305 | [gen] Class.popup: finalized the development of 'popup' classes. | 2014-06-16 00:58:45 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | ef68bb420b | [gen] Bugfix in ref (now it is possible to display several refs with render='menus' at the same time); CSS improvements. | 2014-06-03 15:55:28 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 432a579d47 | [gen] On a workflow class, one may now define a method 'onTrigger(self, obj, transitionName)' that will be called after any transition has been triggered, but before the a transition-specific action. | 2014-06-02 15:08:39 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 6494bf22c7 | [gen] Added some utility methods. | 2014-06-01 11:44:07 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 2eee217b05 | [ref] Better rendering of ref menus. | 2014-05-29 13:32:19 +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 | cf946e3222 | [gen] Added String.placeholder, similar to HTML attribute 'placeholder' allowing to specify a short hint that describes the expected value of the input field. | 2014-05-15 12:45:53 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | f78ffa4b74 | [gen] Bugfix. | 2014-05-15 09:51:11 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 0dee80df3c | [gen] Bugfix in groups. | 2014-05-14 17:26:46 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 79837d3f00 | [gen] Bugfix: rendering of pod fields. | 2014-05-14 17:05:50 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | b4e6333472 | [gen] Bugfix: slave groups; bugfix: security check for pod fields; security bugfix for pod fields: write access to the field is required for performing any freeze-related action; migration to Appy 0.9.0: dump frozen pod fields on disk; repaired test system for Appy 0.9.0; more explicit error message when using, on some field, a specific write or read permission that is not used in the workflow. | 2014-05-14 15:10:41 +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 | 5c6a7f0f97 | [gen] Security improvements. | 2014-05-03 22:45:51 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | b2dbef2bc4 | Improved class appy.Hack to be able to hack static methods as well; [gen] pod field can now accept a string in param 'showTemplate' if a single format is accepted; when showing linked objects in a ref field, we show a message and no data for every object the currently logged user is not allowed to read; improved the default UI layout (less table borders). | 2014-05-03 15:18:41 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 0a174098f1 | [gen] Some CSS changes. | 2014-05-02 20:22:33 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | b83f6d512d | [gen] More methods on AbstractWrapper. | 2014-05-02 14:34:10 +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 | 14f85509e1 | [gen] Added ref.render == 'titles' = a way to render linked objects as a simple list of comma-separated, non clickable titles; bugfix in inline-edit of string XHTML fields. | 2014-04-30 21:08:42 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 4d78996938 | [gen] Fixed some problems with groups having style='tabs'. | 2014-04-30 15:10:11 +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 | cee7b49e3c | [gen] Added method Mixin.onCall allowing to call a specific method on a gen-class from the UI. | 2014-04-25 12:14:50 +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 | e1b6b1b951 | [gen] Buttons for workfow conditions are now smaller when shown in lists of objects; added the possibility to define a specific icon for every workflow transition. | 2014-04-21 17:19:27 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | f0c1f69573 | [gen] Optimisations, bugfixes and refactorings. | 2014-04-21 12:11:41 +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 | 2b1fc85512 | [gen] Bugfixes. | 2014-04-19 19:58:02 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | ff7c300dd0 | [gen] Bugfix in the Ref field in edit mode. | 2014-04-18 22:00:37 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 16442341f0 | [gen] More stuff for modifying workflow objects. | 2014-04-18 14:50:07 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 75f5407e48 | [gen] Added and changed some methods on the basic workflow objects in order to ease modifications on workflow objects (states, transitions). | 2014-04-17 17:10:38 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | b5d38ad150 | [gen] Moved action-related stuff from mixins/__init__.py to field/action.py. | 2014-04-15 21:46:13 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 5de5372bec | [gen] Added attribute Ref.numbered allowing to produce numbered lists of tied objects and controls for easily moving objects from one position to another. | 2014-04-15 19:52:18 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 036856f07e | [gen] Within Ref fields, added 2 icons for moving tied objects to top or bottom + bugfixes. | 2014-04-15 13:01:39 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | ac08d2d795 | [gen] Various bugfixes: single-temlplate pod fields, ajax master/slaves and IE10, popup management. | 2014-04-14 20:55:23 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | a417db2ad9 | [gen] Ref field improved. | 2014-04-05 10:55:12 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 977cd0a225 | [gen] Ref field improved. | 2014-04-05 10:54:40 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | b9bfee9615 | [gen] Ref field: more work on global actions. | 2014-04-05 09:49:54 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 09b0ed5121 | [gen] Ref field has now global actions like 'unlink many', 'link many' and 'delete many'. | 2014-04-04 16:49:42 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 3621d0da92 | [gen] Ref field has now global actions like 'unlink many', 'link many' and 'delete many'. | 2014-04-04 16:49:22 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | e7c20f8d2b | [gen] Ref field: allow to insert many selected items at once (Ref fields with link='list'). | 2014-04-03 17:32:57 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 084f1f9a23 | [gen] Ref field: param 'link' can now be 'list' (ongoing work). | 2014-04-01 18:34:12 +02:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 81a201dcad | [gen] Allow to specify several folder within an app where to store static ui content (js, css, images). [gen] When browser settings are ignored or absent, default language is the first one listed in Config.languages. | 2014-03-28 12:25:42 +01:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | d5a9450d72 | [gen] Bugfixin the sync of i18n files; allow to include XHTML within messages in Appy popups. | 2014-03-26 14:01:03 +01:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | 834817c27b | [Appy] Added class Appy.Hack allowing to elegantly (more than monkey-)patch methods of existing classes. | 2014-03-25 22:59:06 +01:00 |  | 
				
					
						| 
								
								
									 Gaetan Delannay | edde17d9c8 | [bin] More robust backup procedure. [gen] Removed deprecated i18n labels. | 2014-03-25 15:11:21 +01:00 |  |