1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-01 08:24:56 +02:00

455 Commits

Author SHA1 Message Date
Cameron
8c7e7f77de Admin-UI: Improved styling options for inline editing on boolean elements. 2015-01-20 20:57:20 -08:00
Cameron
02855a384f Admin-UI: Removed PHP warnings while using inline editing. 2015-01-16 17:28:37 -08:00
Cameron
3237417b85 Display chapter breadcrumb in default page template when appropriate. 2015-01-10 16:13:32 -08:00
Cameron
72e05b933c Admin-UI Notice removal and option to set default for form elements. (writeParms="default=xxx") 2015-01-05 14:05:53 -08:00
Cameron
d9caa009d4 Admin-UI: Added inline editing option for type=language 2014-11-19 13:03:30 -08:00
Cameron
65ffea010d Admin-UI: fix for boolean inline editing style. Disabled link-image replacement while in the admin area. 2014-11-15 13:30:55 -08:00
Cameron
cf15229e7c Admin-UI inline editing now works with type=boolean 2014-11-13 20:03:59 -08:00
Cameron
f23df10fde Corrected 'number' format in admin-UI. 2014-10-30 23:20:01 -07:00
Cameron
41ee837c7e Mailout ajax process timing correction and log file added in debug mode. 2014-10-27 18:31:17 -07:00
Cameron
3f78a8be2d Added checkboxes form element. 2014-10-23 18:55:37 -07:00
Cameron
8ec1569a4f Admin-UI Fix - retain any search queries or filters after batch changes. 2014-10-23 03:53:23 -07:00
Cameron
cd41adedf5 Corrected <select> size styling issue. 2014-10-22 13:27:33 -07:00
Cameron
28db46022b Issue #684 Disabled drop-down restyling due to validation alert issues. 2014-10-16 17:31:38 -07:00
Cameron
ca3be14770 More Admin->Mailout fixes and form inline fix for apostrophes. 2014-10-14 02:12:13 -07:00
Cameron
01f0751c04 Mail and progressBar fixes. 2014-10-12 18:01:19 -07:00
Cameron
5e867b378e Corrected Admin->Mail 'Send now' functionality - replacing old prototype.js code. 2014-10-12 02:37:43 -07:00
Cameron
5d894149bb More Admin->Mail GUI and functionality fixes. 2014-10-10 22:58:47 -07:00
Cameron
e378c16971 Admin -> Mail : upgraded GUI to v2 standards. Template still requires attention. 2014-10-10 20:22:01 -07:00
Cameron
ad0491c901 Issue #539 - validation of user-extended elements will automatically switch tabs when an error is found. 2014-10-06 17:32:36 -07:00
Cameron
877fad903a Removed unused hidden form element. 2014-10-06 13:51:55 -07:00
Cameron
abeb140fe6 Fixes #592 Missing User-extended fields when using Bootstrap with usersettings page.
Closes #539 Tabs view of user-extended categories when using Bootstrap.
Added missing css classes to extended-fields.
2014-10-05 00:21:58 -07:00
Cameron
6c9680d3c0 Fixes #617 - Progress bar bootstrap 2/3 compatibility. 2014-10-04 11:37:43 -07:00
Cameron
7d5fa8ca70 Removed debug info from last commit. 2014-09-05 13:22:47 -07:00
Cameron
1096302c35 Fixed: missing maxlength attribute added to form handler. 2014-09-05 13:14:39 -07:00
Cameron
bb6ebd1732 Filepicker now saves media-manager id and name of file when array is used. 2014-08-31 14:54:47 -07:00
Cameron
d9cce6e21a 'files' option added to admin-ui. requires data='array'. 2014-08-30 21:00:17 -07:00
Cameron
d6dc4aa716 Fixes #698 - uploaded avatar was being removed unintentionally. 2014-08-21 13:15:47 -07:00
Cameron
8f4162ac5c Added option for default starting slide in carousel. 2014-08-20 22:27:03 -07:00
Cameron
0408658901 Fixes #543 - extra 'OR' on avatar selection. Also correct radio button alignment in bootstrap. 2014-08-20 04:23:42 -07:00
Cameron
8aa40f3ce1 Fixes $frm->password() styling when used with bootstrap on the frontend. 2014-08-20 02:00:32 -07:00
Cameron
3ca4734a18 Support for admin-ui multiple images in a single field.
Usage: 'type' => 'images', 'data' => 'array'
2014-08-18 05:22:51 -07:00
SecretR
f9111fd5ca Admin UI better sort handling (thanks Dingjie Yang) 2014-08-17 16:38:58 +03:00
Moc
268012e160 Added deprecated message near the old 'form' class (replaced by the new form handler) 2014-08-13 14:01:00 +02:00
Cameron
4bc29714a1 Fix for $frm->open() when using GET and query strings. 2014-08-12 15:51:35 -07:00
Cameron
69af4f7f80 Added carousel options. 2014-08-01 21:42:03 -07:00
Cameron
96a7bea357 Added simple bootstrap carousel method. 2014-08-01 19:25:49 -07:00
Cameron
eea43a8a88 Plugin Builder updated with new types and improved field-type detection. 2014-07-09 20:33:20 -07:00
Cameron
0075ece1fe Fix for writeParms and textareas. 2014-07-09 16:05:25 -07:00
SecretR
f1fbeaa996 Closes #693 - custom pages quick view link broken 2014-07-09 19:24:07 +03:00
Cameron
78db170598 Better handling of optgroups in <select> element. 2014-07-06 23:09:37 -07:00
Cameron
5d46ffe410 Issue #619 - media-manager icon issue on non-image files. 2014-07-05 20:27:03 -07:00
Cameron
9ccc6dd78b Admin Notify - gui alignment fix for when selecting the 'email' option. 2014-07-02 21:38:47 -07:00
Cameron
4e4cc52215 Added missing css to $frm->email(); 2014-07-01 18:32:14 -07:00
Cameron
c935211e17 Added default form class to $frm->open() method. 2014-07-01 18:24:40 -07:00
Cameron
d79d1c41aa Fix: allow null as default value on $frm->number(); 2014-06-30 18:48:58 -07:00
Cameron
38b8d247fa Form handler: Display only numeric keypad on smartphones when entering numbers. 2014-06-26 14:45:41 -07:00
Cameron
5be355a832 $frm->number() upgraded to Html5 spec. (when Bootstrap is active) 2014-06-23 18:55:44 -07:00
Cameron
dade841035 Bootstrap Tabs method added to form handler. 2014-06-23 18:26:37 -07:00
Cameron
d6c8f92efa Related to issue #619. Attempt to detect and add file extension when it's missing and prior to media import. 2014-06-11 20:43:12 -07:00
SecretR
14889e2ea8 Removing leftover debug 2014-06-01 14:51:53 +03:00