.. |
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 |
AjaxSelect.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
Box.php
|
add missing docu of parameter
|
2016-03-20 10:59:59 +00:00 |
Button.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
Checkbox.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
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
|
* PHP 7.2: fix several PHP Fatal errors and warnings stalling installation and usage
|
2018-04-09 17:36:35 +02:00 |
Date.php
|
allow to specify a date-format in custom-fields using eg. format=Ymd, as it was possible in 11.1 in len field
|
2017-12-18 14:42:22 +01:00 |
Description.php
|
Revert commit 8340520589 and implement the fix in more sane way
|
2017-06-14 14:52:31 +02:00 |
Entry.php
|
Improvements for entry widget for robustness, includes automatic server side tests.
|
2018-11-19 13:47:31 -07:00 |
File.php
|
Use abstraction to determine mime type, see 9a398594ac
|
2018-02-15 10:20:02 -07:00 |
Grid.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
HistoryLog.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
HtmlArea.php
|
fix some wrong case usages of new Api\Html class
|
2016-03-29 09:13:46 +00:00 |
Image.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
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 move/copy actions in link_to widget vfsSelect try to create not unwanted new symlink
|
2018-04-04 17:55:14 +02:00 |
Nextmatch.php
|
fix TypeError: Argument 6 passed to Nextmatch::call_get_rows() must be an instance of Etemplate\Widget or null
|
2019-01-07 18:14:34 +01:00 |
Select.php
|
fix PHP 7.3 Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
|
2018-12-11 12:47:58 +01: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
|
fix PHP Warning: array_shift() expects parameter 1 to be array, null given
|
2018-10-19 13:58:11 +02:00 |
Template.php
|
only check vfs for templates, if /etemplates is mounted
|
2016-10-19 16:44:04 +02:00 |
Textbox.php
|
Fix not working textbox validators containing backslashes
|
2018-03-10 17:57:12 +01:00 |
Toolbar.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
Transformer.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
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
|
Better approach to query existing contacts
|
2019-02-18 14:06:33 +01:00 |
Vfs.php
|
Fix list of favorites in VfsSelect contains previous selected contents as well
|
2017-11-20 17:50:21 +01:00 |