1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

951 Commits

Author SHA1 Message Date
Cameron
bdb45485ee Code Cleanup 2019-05-20 14:53:43 -07:00
Cameron
723f9f8b19 Reduced spacing between mediapicker elements. 2019-05-17 13:06:21 -07:00
Cameron
7e11d99853 Added container id to checkboxes element. 2019-05-14 11:38:42 -07:00
Cameron
9ec990efb5 Bootstrap 4 compatibility 2019-05-12 15:40:01 -07:00
Cameron
2a9d0d3a88 Fixes #3454 Incorrect "Quick View" URL when using book/chapter/page profile. 2019-05-11 13:52:28 -07:00
Tijn Kuyper
86ea2a55f0 #2962 #2969 - Replace 'pager' class in BS4 2019-05-09 12:19:54 +02:00
Tijn Kuyper
f880986bb0 Added {RELATED_DATE} shortcode 2019-05-09 11:04:58 +02:00
Cameron
0e66396f16 Fixes #1330 - Inline field type fix for 'number' 2019-05-04 12:55:00 -07:00
Cameron
b899eaf969 Fix for progressBar width. 2019-04-30 20:16:47 -07:00
Cameron
2e432ee90b Form handler: progressBar() class fix. 2019-04-16 15:08:18 -07:00
Tijn Kuyper
46828aaee1 Tweak $frm->radio() method (BS check and spacing) 2019-04-03 10:53:42 +02:00
Deltik
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Achim Ennenbach
c2952a1239 fixes e_form::checkboxes() not displaying labels properly that contain a
'=' character.

Also overwrote any supplied options.

Line endings should be Unix LF (was Windows CRLF after rebase master ?!)
Another last try 3 ...?
2019-03-20 18:49:11 +01:00
Cameron
21a213662c Admin-ui: Moved "help" tool-tip to the left to avoid clashes with datepicker etc. 2019-03-05 17:00:03 -08:00
Cameron
b5032c2477 Issue #3695 e_admin addon - list mode with custom methods fixed. 2019-03-04 12:41:10 -08:00
Cameron
4e07b87e37 Fixes #3695 Added e_admin interface and method to load data for 'list' view of admin-ui. (subject to change) 2019-03-03 12:33:20 -08:00
Cameron
30c5553dbd Bootstrap 4 fixes. 2019-03-02 07:47:37 -08:00
Cameron
a457863c56 Issue #3202 uc_select() was not respecting default value. 2019-03-01 11:12:54 -08:00
Tijn Kuyper
a6476e680e userpicker() - make sure the $options parm is also passed along 2019-02-28 16:41:46 +01:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Tijn Kuyper
beb1734681 Tweak bootstrap check
Allow for BS4 as well
2019-02-26 17:02:46 +01:00
Cameron
91ff23ea5f Fixes #2163 - Set the Media-Manager default category to _common_image 2019-02-24 13:01:45 -08:00
Cameron
3e264b23c7 Admin-ui: Made column sorting more obvious. Added carets when in use. 2019-02-05 15:48:23 -08:00
Cameron
6c3001233a Fixes #3644 - type='country' displays 'Array()' when empty value is rendered. 2019-01-31 13:30:09 -08:00
Achim Ennenbach
9323d0e6a4 fixes #3647:
Added the $parms var to the country() method call (in renderElement())
2019-01-30 18:39:07 +01:00
Cameron
96a4dc3683 Issue #3616 Tweaked 2019-01-13 12:40:25 -08:00
Cameron
0df3fa4672 Admin-UI: Improved rendering of required fields. 2019-01-13 12:30:17 -08:00
Jimako
74a2f08879 avatar picker - possibility to change class for display avatar before picking
- needed in {SIGNUP_IMAGES}
2018-12-19 10:48:24 +01:00
Nick Liu
003cf4ff09 Sorting for "templates" type e_form::renderElement()
The output from e107::getFile()->get_files() is now sorted in
e_form::renderElement() for consistent output.

Fixes: #3533
2018-11-01 11:11:25 -05:00
Cameron
69eb95c63c Admin-ui: modalCaption option added for Edit button when target = 'modal' 2018-10-18 12:46:29 -07:00
Cameron
6c2c2c7f13 Issue #3501 - Media-Manager icon import issue. 2018-10-16 11:50:16 -07:00
Cameron
5db55ff20a Admin-UI: Fix for type userclasses 2018-10-02 17:00:38 -07:00
Cameron
f99e2fbca0 Merge pull request #3471 from Deltik/fix-3437
Matching scope for e_form::$_inline_token
2018-09-27 14:32:44 -07:00
Cameron
1f4bfa256c Fix for custom class on select 2018-09-27 12:02:35 -07:00
Nick Liu
8c7b61fb29 Matching scope for e_form::_inline_token
Should be private to match private function inlineToken()
2018-09-27 11:34:10 -05:00
Nick Liu
a374886425 Fixes #3437 – e_form::inlineToken() performance
This "inline token" is generated 30 times in my test, but it's the same
session_id() being hashed. This is wasteful and can be mitigated in two
ways:

* Reducing the time cost like so: return password_hash(session_id(),
PASSWORD_DEFAULT, ['cost' => 04]);
* Storing the hash as an instance variable the first time it's
generated

This commit applies both mitigations.
2018-09-23 15:32:57 -05:00
Cameron
5235b4fcaf Fix for database verify charset function. 2018-09-12 11:46:23 -07:00
Cameron
7340ea8377 Media-Manager icon picker preview size fix. 2018-09-08 11:53:40 -07:00
Cameron
cdcd10e7f5 Fix for blog-calendar links not in the current year. 2018-09-04 17:10:03 -07:00
Cameron
00e2663162 Added token to x-editable 2018-09-04 15:15:50 -07:00
Cameron
7daded6ac5 Media-Picker spacer fix. 2018-09-03 14:35:03 -07:00
Cameron
e392fd5740 Fix for drag-n-drop upload. 2018-08-26 15:27:59 -07:00
Cameron
3d031895ca Dropzone LAN added. Catch theme shortcode when set in sitelinks but missing and add a debug message. 2018-08-24 16:04:12 -07:00
Cameron
ea4affeab1 Media-Manager news now includes common images/video etc. 2018-08-22 18:09:46 -07:00
Cameron
4c41fb6ea2 Issue #3392 MediaPicker in use by default and "Clear" button added. 2018-08-22 17:20:49 -07:00
Cameron
1754887672 MediaManager Fixes. 2018-08-16 19:02:02 -07:00
Cameron
a2e082c75d MediaPicker Icon fix. 2018-08-13 14:44:55 -07:00
Cameron
acfaf2df8e MediaPicker fixes. 2018-08-11 14:06:21 -07:00
Cameron
604cda1f83 Admin-ui: Prevent 'options' header column from displaying when not found in $fields array. 2018-08-07 19:39:47 -07:00
Cameron
07a2efbdcf Fixes #1732 Image preview on download. 2018-08-06 13:07:13 -07:00