.. |
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
|
Revert commit f8134a3416
|
2018-12-14 10:00:45 +01:00 |
Box.php
|
Etemplate: Fix unwanted row reset if box had no ID
|
2020-11-04 12:53:29 -07: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
|
Etemplate - contact widget: Fix sometimes missing n_fn
|
2019-04-24 14:28:40 -06:00 |
Countdown.php
|
change client-side to only deal with a duration converted server-side from an end-datetime or a duration like "+123seconds"
|
2021-01-28 19:53:14 +02:00 |
Customfields.php
|
Etemplate: Fix customfield prefix attribute length assumption
|
2020-12-17 10:07:50 -07:00 |
Date.php
|
countdown: convert datetime server-side into a duration to avoid problems with wrong time or timezone on client
|
2021-01-28 16:02:38 +02: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-15 11:15:35 -07:00 |
File.php
|
Mime-Type check can only work for the first chunk, further ones will always fail
|
2020-06-02 13:46:46 +02:00 |
Grid.php
|
Etemplate: Match server-side grid row namespacing to client-side
|
2020-11-05 13:41:36 -07:00 |
HistoryLog.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
HtmlArea.php
|
Add Segoe font family into HTMLEditor
|
2020-12-09 13:17:37 +01: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
|
* Etemplate: Add context menu action on linked files to copy them somewhere else
|
2020-12-21 13:53:24 -07:00 |
Nextmatch.php
|
Etemplate: Use the actual template attribute if set for action processing, instead of always using the deprecated options attribute
|
2020-11-12 14:41:23 -07:00 |
Password.php
|
Etemplate: Fix password widget could not be cleared entirely
|
2020-07-03 09:25:51 -06:00 |
Select.php
|
Etemplate: Fix taglist-account would reject most values
|
2019-10-11 11:55:10 -06:00 |
Tabbox.php
|
WIP admin history: using eTemplate tree instead of regexp to parse labels and selectbox values
|
2019-03-19 15:34:44 +01:00 |
Taglist.php
|
Do not query server if there's no actual taglist query, fix fatal error "Memory exhaustion"
|
2020-12-07 10:58:42 +01:00 |
Template.php
|
Etemplate: Fix sub-templates not expanded and children not processed if id is set but does not expand
|
2020-11-04 16:10:09 -07:00 |
Textbox.php
|
some fixes for int/float widget: server-side was not expanding min/max attribute and client-side considers empty min/max attr as 0
|
2021-01-22 17:24:55 +02:00 |
Toolbar.php
|
Implement reset user preferences for admin toolbar actions
|
2018-08-21 17:22:58 +02:00 |
Transformer.php
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
Tree.php
|
automatic cast and defaults for boolean attributes
|
2018-09-13 14:57:50 +02:00 |
Url.php
|
do not try to push notifications for api.queue requests
|
2020-05-22 10:16:59 +02:00 |
Vfs.php
|
creating a new dir from filemanager-select dialog always gave an error
|
2020-10-19 13:00:05 +02:00 |