.. |
class.ajax_captcha_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.ajax_select_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.bo_merge.inc.php
|
- Test multiple options for date format, stop when one works - Avoid deprecated format_datetime(), only format if there is a value
|
2012-04-24 14:36:31 +00:00 |
class.bo_tracking.inc.php
|
fixed no more notifications send, if notification of group-members is NOT enabled
|
2012-03-13 15:47:55 +00:00 |
class.boetemplate.inc.php
|
mending Warnings: Cannot use a scalar value as an array
|
2011-12-20 15:57:03 +00:00 |
class.contact_widget.inc.php
|
do not call parent constructor for old etemplate
|
2011-08-27 09:03:32 +00:00 |
class.customfields_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.date_widget.inc.php
|
rename again accidently renamed boetemplate(_old) class
|
2012-04-04 06:10:41 +00:00 |
class.db_tools.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.editor.inc.php
|
an other little fix to have old etemplate editor work with etemplate2
|
2012-03-28 16:29:14 +00:00 |
class.etemplate_old.inc.php
|
allow text like html markup for htmlarea in mode="ascii", which is effectivly a textarea. Allows html-tag eg. in tracker
|
2012-04-11 09:16:27 +00:00 |
class.etemplate_request_files.inc.php
|
"etemplate_request class to store the request data in the filesystem
|
2009-03-16 13:43:16 +00:00 |
class.etemplate_request_session.inc.php
|
Refractured eTemplate to use:
|
2009-03-16 12:58:24 +00:00 |
class.etemplate_request.inc.php
|
using call_user_func instead of depricated call_user_method, which seems at least under PHP5.3 not to allow static calls
|
2010-07-20 14:34:20 +00:00 |
class.etemplate_widget_button.inc.php
|
- new validator for selectboxes (menupopup)
|
2011-08-20 10:27:38 +00:00 |
class.etemplate_widget_checkbox.inc.php
|
fixed typo giving fatal error with template infolog.edit
|
2011-08-21 17:13:08 +00:00 |
class.etemplate_widget_customfields.inc.php
|
Avoid warning if no customfields
|
2012-04-24 19:46:24 +00:00 |
class.etemplate_widget_date.inc.php
|
Fix typo, accept null values
|
2011-10-18 16:33:41 +00:00 |
class.etemplate_widget_file.inc.php
|
- Nicer UI for status
|
2011-09-06 19:55:52 +00:00 |
class.etemplate_widget_grid.inc.php
|
fixed typo
|
2011-08-21 14:02:31 +00:00 |
class.etemplate_widget_htmlarea.inc.php
|
fixed copy-n-paste typo
|
2011-08-21 13:45:55 +00:00 |
class.etemplate_widget_image.inc.php
|
- Add image widget
|
2011-08-30 20:56:01 +00:00 |
class.etemplate_widget_link.inc.php
|
Automatically link files when selected - if entry has no ID, they wait until save
|
2012-04-24 16:33:56 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
Minor fixes / avoid warnings
|
2012-04-24 19:44:50 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
Get submit actions (like Insert in document) working
|
2012-04-17 22:56:04 +00:00 |
class.etemplate_widget_projectmanager.inc.php
|
Minor fixes / avoid warnings
|
2012-04-24 19:44:50 +00:00 |
class.etemplate_widget_template.inc.php
|
Try to handle partial template names - row as well as app.function.row
|
2011-10-06 15:23:24 +00:00 |
class.etemplate_widget_textbox.inc.php
|
- new validator for selectboxes (menupopup)
|
2011-08-20 10:27:38 +00:00 |
class.etemplate_widget_transformer.inc.php
|
Minor fixes / avoid warnings
|
2012-04-24 19:44:50 +00:00 |
class.etemplate_widget_tree.inc.php
|
If template has a tree & a selectbox with the same ID (addressbook.edit), tree can play nice with the selectbox and provide compatible data so it still works
|
2012-03-15 22:35:00 +00:00 |
class.etemplate_widget_vfs.inc.php
|
Start on VFS upload
|
2012-03-28 23:27:18 +00:00 |
class.etemplate_widget.inc.php
|
Restore previous namespace after processing children
|
2012-04-17 22:54:40 +00:00 |
class.etemplate.inc.php
|
Add method to handle POST submits outside of ajax framework
|
2012-04-17 22:58:39 +00:00 |
class.historylog_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.link_widget.inc.php
|
do not try to apply decodePath to an array (egw_link::title is handling this correctly if app is VFS_APPNAME and second argument is of type array)
|
2012-03-29 13:36:28 +00:00 |
class.manual_widget.inc.php
|
new framework method to return javascript to call manual
|
2010-06-07 22:06:35 +00:00 |
class.nextmatch_widget.inc.php
|
found a lot more calls to get_rows missing to set csv_export flag and fixed code in nextmatch dealing with situation if num_rows=-1 got stored in prefs anyway
|
2012-03-29 12:06:10 +00:00 |
class.path_widget.inc.php
|
update docu to better run trough phpdocumentor
|
2006-04-20 17:12:30 +00:00 |
class.select_widget.inc.php
|
Allow 2 digits with leading 0 when increment >= 10
|
2012-04-12 22:04:51 +00:00 |
class.sitemgr_module.inc.php
|
added a 7th paramter to use in sitemgr modules
|
2009-09-28 19:14:45 +00:00 |
class.so_sql2.inc.php
|
missed new $no_clone parameter
|
2008-05-26 08:32:27 +00:00 |
class.so_sql_cf.inc.php
|
mending Warnings: Cannot use a scalar value as an array
|
2011-12-20 15:57:03 +00:00 |
class.so_sql.inc.php
|
* ProjectManager - Filter elements by app
|
2012-02-27 20:20:42 +00:00 |
class.soetemplate.inc.php
|
remove trailing whitespace from css in templates
|
2012-04-05 12:44:16 +00:00 |
class.solangfile.inc.php
|
fixed creating of new translations / give [Write] button file not yet existing (permissions given)
|
2011-08-04 07:27:23 +00:00 |
class.tab_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.tree_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.uietemplate_gtk.inc.php
|
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
|
2009-06-08 16:21:14 +00:00 |
class.url_widget.inc.php
|
* Addressbook: preference to open EMail addresses in external mail program, even if user has access to EMail app
|
2012-01-13 05:22:18 +00:00 |
class.vfs_widget.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.xmltool.inc.php
|
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
|
2009-06-08 16:21:14 +00:00 |
class.xul_io.inc.php
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
hook_sidebox_menu.inc.php
|
prevent compile error in translation tools when searching new phrases
|
2007-11-12 01:05:11 +00:00 |