1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

821 Commits

Author SHA1 Message Date
Cameron
8c79788c84 Issue #2057 Avoid messing with array values in toForm() 2016-11-27 15:13:57 -08:00
Cameron
6939f7b3eb New feature: (work-in-progress) Allow plugins to hook into the batch-dropdown options in AdminUI list mode. 2016-11-05 17:09:39 -07:00
Cameron
403fcf5421 Option for custom mode. 2016-11-03 12:22:22 -07:00
Cameron
dc6754d0e8 Issue #1974 - Media-Manager file-mode: Added Option to remove selected file. Fixes #1959 - allow for more than one media-category of a particular type during plugin installation. Issue #6 LAN fix on "Choose a file". 2016-10-31 20:34:59 -07:00
lonalore
dfab3627bc Use custom option list instead of default. Default is used only if no custom option list. 2016-10-20 10:30:59 +02:00
Cameron
48ee57d71f adminUI: Fixes #1686 - 'max' option added to writeParms when type=images. Default value is 5. thumbUrl() empty image prevention. 2016-10-17 16:22:24 -07:00
Cameron
6a1eb8822a Display current language in multi-lang field tip. 2016-10-05 10:58:57 -07:00
Cameron
ca99f5a68a Submitnews image preview fix. 2016-08-24 15:51:26 -07:00
Cameron
a35bde2526 Menu page tab fix. 2016-08-13 15:28:09 -07:00
Cameron
88ca00ec12 Allow plugins to add tabs to core admin pages. 2016-07-29 15:22:47 -07:00
Cameron
345bbc4ff8 Added Missing social plugin font. Added {CMENUURL} shortcode. Issue #1507. Added example of getFieldVar() method to plugin builder. 2016-07-07 14:28:12 -07:00
Cameron
2a14308600 Fixes #1762 - Media-Manager Youtube thumbnail should use https. Removed debug info on db_verify. Hide carousel navigation when only 1 slide present. 2016-07-06 09:58:17 -07:00
Cameron
708db3597a make getCountry() public. 2016-07-04 12:24:38 -07:00
Cameron
84c28f6fc9 Added country() method to form handler. 2016-07-03 20:11:26 -07:00
Cameron
67cf81e5b6 Fix for imagepicker when Youtube video is default value. 2016-06-29 13:59:33 -07:00
Cameron
a21fb4bf2f Datepicker() fix for date-field type. 2016-06-26 12:06:37 -07:00
Cameron
6a520a61a6 HTML fixes. 2016-06-26 10:34:44 -07:00
Cameron
bf36104fe9 Allow for pre/post options on inline editable elements. 2016-06-24 14:36:24 -07:00
Lóna Lore
38e5f4b0fe Ability to use any kind of button class for the selected action. 2016-06-23 22:13:03 +02:00
Cameron
267b0fb38a Merge pull request #1695 from lonalore/master
Fix for datepicker(). Tested!
2016-06-13 14:41:09 -07:00
Cameron
7fdb27510f PHP Warning Fixes. 2016-06-09 16:43:36 -07:00
lonalore
f74e7c15e9 Use JS behavior to initialize datepicker. 2016-06-09 11:50:45 +02:00
lonalore
f1846dc955 Fix for datepicker(). Tested! 2016-06-09 10:18:41 +02:00
Cameron
e08d454a49 datepicker() debug option added. 2016-06-08 19:09:41 -07:00
Cameron
3dbe6a97b0 Merge pull request #1694 from lonalore/master
Fix for datepicker. Issue #1687
2016-06-08 19:01:49 -07:00
Lóna Lore
f470b554ac Fix for datepicker. Issue #1687 2016-06-08 23:58:54 +02:00
Cameron
3dbcf5e802 Default Author fix for userpicker() with admin-ui 2016-06-07 10:40:14 -07:00
lonalore
0c29ac2708 Fix for datepicker. 2016-06-06 15:56:46 +02:00
Cameron
a7e832f6e8 Optimized media-manager imagepicker() default thumbnail size for faster load times. 2016-06-05 13:32:22 -07:00
Cameron
82beb3385c Incorrect value posted for datepicker() when date manually changed. 2016-06-04 15:03:13 -07:00
Cameron
b2a223cc89 Quick-Add-User form field sizes. 2016-05-28 08:34:17 -07:00
Cameron
48cea0cc0f Disable form auto-complete in admin area. 2016-05-28 08:28:14 -07:00
Cameron
ec36f1dc87 IP handler checks and fixes. 2016-05-25 15:10:00 -07:00
Cameron
4116ddde1e Work-in-progress for user selectize result filtering. 2016-05-16 18:42:29 -07:00
Cameron
1fa7c95b25 Issue #1222, Issue #1157, Issue #1455 datepicker() method now returns unix timestamp by default. To return a string (like previously) use 'return=string' in the options. 2016-05-13 09:09:31 -07:00
Cameron
09cbf97f3a Issue #1633 - possible fix for record creation problem using admin-ui and LAN_CREATE term. 2016-05-12 19:34:57 -07:00
Cameron
c88f5b2757 name2id exclude ':'. Linkwords fix for spaces. 2016-05-12 16:07:59 -07:00
Cameron
f21ec261d7 textarea bootstrap styling. modifications to the form handler for use of form rendering in the frontend. (not just admin-ui) 2016-05-07 20:23:26 -07:00
Cameron
996b1f3285 e_sitelink.php now supports html as well as link array. e_sitelink.php example added to Plugin Builder and _blank plugin.
Mega-Menus will be super-easy with this enhancement.
2016-05-07 09:07:38 -07:00
Cameron
b2771fa00a Added new user to the default userclass selection. Improved userclass() method docs. 2016-04-25 19:06:37 -07:00
Cameron
4125d04371 Issue #1582 - Simplification and rewrite of userpicker() method. 2016-04-24 10:45:27 -07:00
Cameron
a21d351cd2 PM Notification datestamp fix. 2016-04-23 14:13:31 -07:00
Jimmi08
3e0f7d4540 possibility to use lang string in placeholder 2016-04-23 16:59:29 +02:00
Cameron
f6ca9f8883 Newsfeeds: Fixes #1495. Admin-area rewrite using admin-ui. Newsfeed class is now compatible with PHP7. 2016-04-20 17:25:32 -07:00
Cameron
adb7d2a472 Plugin Builder upgrade. xxxx_sql.php may now be auto-generated by selecting the sql table. 2016-04-18 19:14:55 -07:00
Cameron
042172096c Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths. 2016-04-15 10:46:58 -07:00
Cameron
e4b9db6307 Corrected toAttribute method. <select> item was not respecting attributes when using renderElement(). 2016-04-14 16:32:48 -07:00
Cameron
d397461a61 Forum: Fixes #1525 Class ID of tabs on stats page. 2016-04-12 08:59:15 -07:00
Cameron
5e862682be Expanding the plugin-builder to generate addons. (work-in-progress) 2016-04-10 18:47:40 -07:00
Cameron
8ff02d9aa9 Default loading icon added to form->button() method when font-awesome is present. 2016-04-10 17:52:30 -07:00