egroupware/api/src/Etemplate/Widget
2017-08-24 08:48:07 -06:00
..
Nextmatch use Etemplate\Widget::registerWidget, not some third class extended from Etemplate\Widget, as that might screw up autoloading if it happes to create a circle 2016-08-09 10:11:29 +02:00
test Some test documentation 2017-08-24 08:48:07 -06:00
AjaxSelect.php
Box.php add missing docu of parameter 2016-03-20 10:59:59 +00:00
Button.php
Checkbox.php
Contact.php fix PHP Fatal error: Call to a member function read() on null in etemplate/inc/class.contact_widget.inc.php, private var must be only protected 2016-03-22 08:56:55 +00:00
Customfields.php Implement sub_app attribute for customfields widget, in order to be able to store sub-app's specific customfields 2017-06-07 17:54:09 +02:00
Date.php
Description.php Revert commit 8340520589 and implement the fix in more sane way 2017-06-14 14:52:31 +02:00
Entry.php missing propset svn:keywords Id 2016-03-22 09:10:08 +00:00
File.php Thumbnails (and handling) of uploaded files on new entries that have not yet been saved 2017-04-10 10:39:04 -06:00
Grid.php
HistoryLog.php
HtmlArea.php fix some wrong case usages of new Api\Html class 2016-03-29 09:13:46 +00:00
Image.php
ItemPicker.php to allow installing api or EGroupware without phpgwapi, old exceptions which we have to extend in order allow old apps to catch exceptions thrown from new api, have to reside in api/inc and get autoloaded 2016-05-02 16:57:50 +00:00
Link.php fix for PHP Warning: Illegal string offset 'to_id' in api/src/Etemplate/Widget/Link.php on line 327 2016-08-29 13:50:13 +02:00
Nextmatch.php do NOT store actions in session or eT2 request, nor send for mobile devices skiped actions 2017-04-04 16:54:36 +02:00
Select.php Make sure to always call typeOptions() with a string 2017-01-31 08:41:22 -07:00
Tabbox.php Set children of readonly tab to disabled to avoid server side validation error 2017-04-20 18:33:52 +02:00
Taglist.php Adopt taglist server side accordingly regarding domainOptional attribute 2017-04-19 16:40:20 +02:00
Template.php only check vfs for templates, if /etemplates is mounted 2016-10-19 16:44:04 +02:00
Textbox.php to allow installing api or EGroupware without phpgwapi, old exceptions which we have to extend in order allow old apps to catch exceptions thrown from new api, have to reside in api/inc and get autoloaded 2016-05-02 16:57:50 +00:00
Toolbar.php
Transformer.php
Tree.php * Addresssbook: fixed category tree looses unavailable categories (eg. private categories of other users) 2016-08-15 18:22:38 +02:00
Url.php removing server-side validation of non-ascii in local part of email, because \x80-\xff gives and invalid utf-8 compilation error in preg_match with /u modifier 2016-10-20 15:21:40 +02:00
Vfs.php Thumbnails (and handling) of uploaded files on new entries that have not yet been saved 2017-04-10 10:39:04 -06:00