.. |
class.ajax_captcha_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.ajax_select_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.bo_merge.inc.php
|
Fix missing path, prevented single selected address merge into mail from opening properly in popup
|
2014-06-04 15:41:24 +00:00 |
class.bo_tracking.inc.php
|
Add a config setting 'assigned' to allow extending classes to provide assigned users in a way other than a specific entry field.
|
2014-05-07 20:54:53 +00:00 |
class.boetemplate.inc.php
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +00:00 |
class.contact_widget.inc.php
|
halfway fixed eTemplate(1) part of etemplate_widget_transformer, but then enabled old code in contact_widget again, as value is not yet handeled correctly by callback in contact_widget
|
2014-05-07 09:00:59 +00:00 |
class.customfields_widget.inc.php
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +00:00 |
class.date_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.db_tools.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.editor.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.etemplate_et2_widgets.inc.php
|
|
|
class.etemplate_new.inc.php
|
stop server-side validation errors, if submit was with no_validation
|
2014-04-02 19:30:33 +00:00 |
class.etemplate_request_cache.inc.php
|
fixed not working redirect to index url of app, if etemplate session is lost (tested with mail app)
|
2014-01-27 16:30:34 +00:00 |
class.etemplate_request_files.inc.php
|
new default eTemplate request storate in EGroupware cache with an expiration time of 4 hours.
|
2014-01-15 16:46:16 +00:00 |
class.etemplate_request_session.inc.php
|
new default eTemplate request storate in EGroupware cache with an expiration time of 4 hours.
|
2014-01-15 16:46:16 +00:00 |
class.etemplate_request.inc.php
|
fixed not working redirect to index url of app, if etemplate session is lost (tested with mail app)
|
2014-01-27 16:30:34 +00:00 |
class.etemplate_widget_button.inc.php
|
storing (not used) cancel or non-cancel button pressed information now in static class-variable instead of request, to avoid modifying request and causing a save of it
|
2014-01-15 13:46:53 +00:00 |
class.etemplate_widget_checkbox.inc.php
|
|
|
class.etemplate_widget_customfields.inc.php
|
fixed validation of private custom-fields using a different name, eg. addressbook
|
2014-06-02 13:29:26 +00:00 |
class.etemplate_widget_date.inc.php
|
re-added validation for null as it is needed/used by widget-types other then duration
|
2014-06-12 07:51:41 +00:00 |
class.etemplate_widget_file.inc.php
|
Switch AJAX upload library to Resumable for chunked uploads.
|
2014-04-01 20:48:40 +00:00 |
class.etemplate_widget_gantt.inc.php
|
Gantt chart progress
|
2014-05-21 22:11:36 +00:00 |
class.etemplate_widget_grid.inc.php
|
Do disabled check before grid name expansion, so disabled=!@grid_id will work
|
2014-06-09 19:24:48 +00:00 |
class.etemplate_widget_historylog.inc.php
|
historylog need to use $this->id as namespace for sel_options to NOT overwrite regular sel_options, fixes addressbook-selection in addressbook.edit contains all users instead of only ones user has rights for
|
2014-02-13 12:50:29 +00:00 |
class.etemplate_widget_htmlarea.inc.php
|
htmlarea-widget in mode="ascii" looses or modifies content (<, >, <tag>) by calling html::purify on it, also fixed set_attrs to expand attribute values
|
2014-05-21 09:55:02 +00:00 |
class.etemplate_widget_image.inc.php
|
|
|
class.etemplate_widget_itempicker.inc.php
|
|
|
class.etemplate_widget_link.inc.php
|
Decode title before showing to user in list
|
2014-05-26 20:05:33 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
Don't send blank row option for read-only selectboxes. It's not needed, and can conflict with non-readonly (nm filter vs row)
|
2014-05-20 19:25:48 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
- changing column selection preference now works if 'nextmatch-' prefix is included in the columnselection_pref setting
|
2014-06-04 18:37:58 +00:00 |
class.etemplate_widget_tabbox.inc.php
|
fixed not called beforeSendToClient callbacks for added tabs, if tab has no (optional) namespace
|
2014-03-18 11:01:46 +00:00 |
class.etemplate_widget_taglist.inc.php
|
Change validation to accept & validate numeric list IDs if include_lists is set.
|
2014-06-04 20:00:46 +00:00 |
class.etemplate_widget_template.inc.php
|
fixed error "template NOT found!", if template-name contains cache-buster
|
2014-03-17 17:12:02 +00:00 |
class.etemplate_widget_textbox.inc.php
|
implement clientside validation for textbox, stop complaining about $ in regular expressions of validator and fix attribute name from "preg" to "validator" on server-side
|
2014-06-05 15:47:23 +00:00 |
class.etemplate_widget_toolbar.inc.php
|
changed toolbar to have last action.id as value, when submitted to server
|
2014-03-10 21:14:02 +00:00 |
class.etemplate_widget_transformer.inc.php
|
halfway fixed eTemplate(1) part of etemplate_widget_transformer, but then enabled old code in contact_widget again, as value is not yet handeled correctly by callback in contact_widget
|
2014-05-07 09:00:59 +00:00 |
class.etemplate_widget_tree.inc.php
|
Update dhtmlxTree & dhtmlMenu to latest version
|
2014-06-02 23:32:15 +00:00 |
class.etemplate_widget_url.inc.php
|
fix serverside url-validation required "http://" protocoll
|
2014-01-30 12:48:16 +00:00 |
class.etemplate_widget_vfs.inc.php
|
|
|
class.etemplate_widget.inc.php
|
only replace @ or $cont, no $row_cont as we dont know row, upload/selection of vfs attachments in mail fails otherwise
|
2014-05-22 12:15:11 +00:00 |
class.etemplate.inc.php
|
reverted r46410 calling header explicitly before navbar, causing navbar no longer being able to add stuff to header, eg. include javascript
|
2014-05-15 09:41:31 +00:00 |
class.historylog_widget.inc.php
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +00:00 |
class.link_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.manual_widget.inc.php
|
|
|
class.nextmatch_widget.inc.php
|
Better handling for detached label, fixes errors if there is no label
|
2014-05-12 22:16:05 +00:00 |
class.path_widget.inc.php
|
|
|
class.select_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.sitemgr_module.inc.php
|
|
|
class.so_sql2.inc.php
|
|
|
class.so_sql_cf.inc.php
|
only search custom fields, if extending class does not set this->columns_to_search explicit, also fixed IDE warnings
|
2014-03-03 11:45:38 +00:00 |
class.so_sql.inc.php
|
Fix searching for a space gives database error
|
2014-03-11 18:26:40 +00:00 |
class.soetemplate.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.solangfile.inc.php
|
|
|
class.tab_widget.inc.php
|
nicer formatting of apps using old eTemplate
|
2014-03-24 15:08:55 +00:00 |
class.tree_widget.inc.php
|
|
|
class.uietemplate_gtk.inc.php
|
|
|
class.url_widget.inc.php
|
|
|
class.vfs_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.xmltool.inc.php
|
|
|
class.xul_io.inc.php
|
|
|
hook_sidebox_menu.inc.php
|
open widget browser / eT2 Reference inside EGroupware
|
2014-03-10 09:10:49 +00:00 |