Cameron
d960829532
Issue #4918 - Undefined constants cleanup.
2022-12-10 07:06:47 -08:00
Cameron
dbd8cee77e
Closes #4827 - Page/Menu delete perm added.
2022-07-21 13:43:29 -07:00
Cameron
ce3f0be05a
Fixes #4790 - e_DEBUG not defined.
2022-06-12 11:05:05 -07:00
Cameron
52cf8f5bfa
Closes #4783 Added Page Meta-Title field and synced with Page title.
...
Issue #6 global LAN_META_DESCRIPTION and LAN_META_TITLE added and replacements made throughout.
2022-06-08 18:29:37 -07:00
Cameron
66d8081580
Added new field to navigation links table: link_rel
2021-09-27 10:22:14 -07:00
Cameron
171cac87b1
Admin-UI type=datestamp and batch=true was producing unexpected results in the batch filter. Now provides an option for setting the current date/time.
2021-09-23 12:37:30 -07:00
Cameron
45bb6c2f35
Custom meta-image option added to Pages.
2021-09-23 12:01:26 -07:00
Nick Liu
20882920a0
Fix all PHP 8.1 test failures
...
* `strftime()` has been replaced with a polyfill based on `DateTime`.
* Explicit type casts/assertions added where required by PHP 8.1
* `filter_var(…, FILTER_SANITIZE_STRING)` replaced with `strip_tags()`
or HTML entity encoding of quotation marks, depending on a guess of
what the intended "sanitization" was
* `http_build_query()` usage type mismatches fixed
* Removed usages of the `FILE_TEXT` constant
* To avoid breaking PHP 5.6 compatibility (function return types),
`e_session_db` no longer implements `SessionHandlerInterface`.
Instead, the alternative non-OOP invocation of
`session_set_save_handler()` is used instead to apply the session
handler.
* The shim for `strptime()` still calls the native function if available
but now suppresses the deprecation warning.
* `e_db_pdo` explicitly asks for `PDO::ATTR_STRINGIFY_FETCHES` to
maintain consistent behavior with past versions of PHP.
* `e_db_mysql` explicitly sets `mysqli_report(MYSQLI_REPORT_OFF)` to
maintain consistent behavior with past versions of PHP.
* Removed pointless random number generator seed from `banner` plugin
* Workaround for `COUNT(*)` SQL query in
`validatorClass::dbValidateArray()` without a proper API for avoiding
SQL injection
2021-09-04 15:06:19 +02:00
Cameron
32618817d1
Character counting display added to meta description on admin News and Page inputs.
2021-08-12 11:51:55 -07:00
Cameron
2f9d81d7fc
Prevent column pref conflict.
2021-06-07 11:43:47 -07:00
Cameron
d985b830f4
Removed some unused LANs. Cleaned up the deprecated LAN tool a little.
2021-02-11 12:29:16 -08:00
Cameron
835e477147
Bootstrap 5 styling. (data-bs-toggle)
...
Signup shortcodes now automatically load the required template.
2021-01-26 15:08:58 -08:00
Cameron
04bbad449a
Test admin scripts are parsing correctly.
2021-01-16 13:32:35 -08:00
Cameron
f8f40a23fe
Missing page-subtitle field added.
2021-01-04 12:48:37 -08:00
Cameron
5b82c292b1
Code cleanup
2020-12-18 19:55:12 -08:00
Cameron
a6a98a82ad
Code cleanup. Incompatible plugin alert now links directly to uninstall page for each plugin found.
2020-06-26 13:58:59 -07:00
Cameron
363eb6751a
Merge pull request #3989 from sudakk/sudakk-patch-2
...
Update cpage.php to prevent empty records.
2019-12-28 11:55:46 -08:00
Cameron
5cf54d07d2
Basic per-item search engine robots handling added to News and Pages.
2019-12-02 13:32:21 -08:00
Tijn Kuyper
1de3213d98
Revert " #3131 - Finally get rid of autocomplete when we don't want it"
...
This reverts commit 93d86dd99cbd27ea55b17ced42214edb56834e99.
2019-10-30 15:47:43 +01:00
Tijn Kuyper
93d86dd99c
#3131 - Finally get rid of autocomplete when we don't want it
2019-10-30 15:46:59 +01:00
sudakk
e72b1ca30e
Update cpage.php
...
Added check to prevent saving page\menu with empty page_title & menu_name fields when edit.
2019-10-28 22:24:05 +03:00
Cameron
60b7f3ae6d
Minor tweaks.
2019-06-05 21:59:03 -07:00
Cameron
2a9d0d3a88
Fixes #3454 Incorrect "Quick View" URL when using book/chapter/page profile.
2019-05-11 13:52:28 -07:00
Cameron
1d6a957793
Fixes #3426 - Pages : Custom Fields on Create.
2018-09-27 14:51:20 -07:00
Cameron
d4834c43e9
Pages: display '_common' images in media-manager selection.
2018-08-26 12:29:54 -07:00
Cameron
6ee75cd456
Fixes #3188 - Custom Pages admin area - items per page pref now respected.
2018-07-28 16:22:46 -07:00
Cameron
ed36008286
Non-standard arg_separator.output value fix.
2018-05-04 17:58:25 -07:00
Lóna Lore
c2b664fdee
Fix for PHP Notice Undefined index: class, Line 682 of /e107_admin/cpage.php
2017-12-10 13:28:22 +01:00
Cameron
50ff6736a3
Custom Menus 'grid' view added. Admin theme stylesheets relabeled as "Skins"
2017-11-20 10:16:37 -08:00
Cameron
21ec321215
Fix for Custom Page with kadmin
2017-11-19 08:18:47 -08:00
Cameron
2a37288dc7
Book/Chapter image field added.
2017-11-10 14:06:30 -08:00
Cameron
9988075ab8
Allow for menu_button_url and menu_button_text in Page Overview field options.
2017-11-04 10:12:03 -07:00
Cameron
d9cf9b8892
Closes #2632 - cPage delete item.
2017-05-12 12:08:29 -07:00
Cameron
c88fbb5c9a
Closes #2528 Batch SEF generation added.
2017-04-02 11:32:32 -07:00
Gábor
bbaab02c81
Update cpage.php
2017-04-01 18:45:46 +02:00
Gábor
7a517b7d76
Update cpage.php
2017-04-01 18:27:47 +02:00
Cameron
3a85433249
Page/Menu Overview column widths
2017-03-25 15:32:10 -07:00
Cameron
4463de3a37
Pages/Menus Overview list added.
2017-03-25 15:11:42 -07:00
Cameron
17abb6a08a
Fix: {CHAPTER_MENUS} shortcode now respects menu-visibility setting.
2017-03-12 10:01:19 -07:00
Cameron
33fecbbbfc
Issue #2485 - Filter by page_title
2017-03-04 11:00:49 -08:00
Lóna Lore
1d69283a41
Change tab label with Ajax.
2017-01-31 20:48:50 +01:00
Cameron
b7d701917f
Custom Tab Label for Custom Fields Form.
2017-01-31 09:37:08 -08:00
lonalore
ca1a41c6b4
Fix for missing custom fields tab.
2017-01-31 11:30:48 +01:00
lonalore
19d111e9d2
Fix for missing custom fields tab.
2017-01-31 11:21:42 +01:00
Cameron
ff38b2ad07
Closes #2309 - AdminUI Batch Export option added.
2017-01-27 18:02:57 -08:00
Cameron
5c3ce83168
Custom Field Fixes. Theme pref default fix. Shortcode updated: {CHAPTER_MENUS: name=chapter-sef-url}
2017-01-25 17:57:38 -08:00
Cameron
d776d116dc
Custom Fields fixes.
2017-01-25 10:30:55 -08:00
Cameron
46cacf5e3f
Fix for custom fields loading in edit mode.
2017-01-25 10:30:53 -08:00
Cameron
4aa0329ddc
Custom Fields class added.
2017-01-24 19:53:40 -08:00
Cameron
43d0211590
Code cleanup: deprecated include_lan()
2017-01-23 09:41:23 -08:00