1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 12:05:23 +01:00

2021 Commits

Author SHA1 Message Date
Cameron
52845adf1b Issue #927 - e_frontpage.php upgraded to v2.x specifications. 2015-03-15 13:27:37 -07:00
Lóna Lore
5744cf5514 Missing event triggering after sending to a single person. Append ID of inserted row to event data. 2015-03-04 16:25:36 +01:00
Cameron
3774f060ed Merge pull request #903 from lonalore/master
Feature: Ability to hide the amount of chatbox posts from user profiles.
2015-02-20 11:08:02 -08:00
Cameron
d7f603ae8b Fixes #713, Fixes #897 - MySQL Strict Mode fixes. 2015-02-20 11:03:14 -08:00
Lóna Lore
488feb2a64 Revert "exclude amount of posts from display if plugin is not installed"
This reverts commit 5b8d3c10daa94064a73c034e46884eaff1d9f942.
2015-02-20 12:15:04 +01:00
Lóna Lore
5b8d3c10da exclude amount of posts from display if plugin is not installed 2015-02-20 12:12:13 +01:00
Lóna Lore
6aee69e5e7 rename title 2015-02-20 10:35:37 +01:00
Lóna Lore
a3ef092258 replaced deprecated db_Fetch() with fetch() 2015-02-20 10:30:07 +01:00
Lóna Lore
ae5a72b87f Feature: Ability to hide the amount of chatbox posts from user profiles. 2015-02-20 10:25:33 +01:00
Lóna Lore
15865aa907 Issue #901: chatbox_menu: PHP Fatal error: Call to a member function toHTML() on a non-object. 2015-02-20 08:17:23 +01:00
Lóna Lore
6b17ed4c09 d6 and d8 user import, moved lan strings to lan file 2015-02-16 13:03:21 +01:00
Cameron
9501745c07 Fixes for Private Messaging via the admin area. 2015-02-16 02:22:47 -08:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
5be1cbe67f Improved defaults when creating extended user fields. 2015-02-15 00:18:51 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Lóna Lore
c7d151cc67 prepare drupal 7 user import, it saves avatars to e107 filesystem now 2015-02-13 19:54:47 +01:00
Lóna Lore
9af2e4793d prepare drupal 7 user import, it saves avatars to e107 filesystem now 2015-02-13 19:51:11 +01:00
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -08:00
Cameron
3e802c2751 Preparation for drupal import upgrades. 2015-02-12 13:10:35 -08:00
Lóna Lore
244ef327a9 Issue #877: use the terminology forum-topic rather than forum-thread 2015-02-10 13:21:32 +01:00
Lóna Lore
b8be599b9a Issue #877: Feature request: event triggerings in core plugins (e.g: forum, pm, chatbox_menu) 2015-02-10 10:32:37 +01:00
Cameron
8b9bfd3725 New event trigger names. See http://e107.org/developer-manual/classes-and-methods#events 2015-02-09 12:57:42 -08:00
Cameron
d018cef6de Event trigger-name updates (backward compatible) 2015-02-09 02:21:41 -08:00
Cameron
1697b1474b Fixes #870 Fallback to sitename option added to {SITELOGO} 2015-02-09 01:27:04 -08:00
Cameron
d633455c73 SEF Url in news rss. 2015-02-08 10:31:35 -08:00
Cameron
b9bd719900 Fixes #873 - Latest news Menu - hide brackets around comment count when comments are off. 2015-02-07 23:43:21 -08:00
Cameron
5d78d673ad Fixes #871 - Banner plugin admin-area and menu rewritten. 2015-02-07 22:20:31 -08:00
Cameron
a6ace0b217 Only load trackback on the front-end. 2015-02-07 13:39:24 -08:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
Cameron
1ca86d9d18 Issue #830 - possible fix. 2015-02-07 13:23:21 -08:00
Cameron
dc063c9957 Issue #870 - Fallback to sitename option added to {SITELOGO} 2015-02-06 11:55:13 -08:00
Jimako
ff5c522a12 Fix #857 chapter's list in page searching 2015-02-06 10:37:24 +01:00
Cameron
f8d11e1e46 Admin-UI styling 2015-02-06 00:16:01 -08:00
Cameron
7a43f181c1 link_owner now populated during plugin installation. 2015-02-06 00:14:55 -08:00
Cameron
b7cb8fe75d Fixes #197 , Issue #831 - Social logins. 2015-02-05 16:24:54 -08:00
Cameron
812ca301e3 Issue #857 - Page category advanced search - display only when chapters available. 2015-02-05 13:23:39 -08:00
Cameron
be3510da04 Fixes #860 - FAQs search tweaked and tested. 2015-02-05 13:17:48 -08:00
Cameron
9f20bd95fb Issue #860 Added e_search.php to Faqs plugin. (untested) 2015-02-05 12:30:30 -08:00
Cameron
7f57db1637 Fixes #859 Gsitemap language file and other code cleanup. 2015-02-05 11:58:56 -08:00
Cameron
a3a46057bb Forum updated to use $tp->toAvatar(); 2015-02-05 00:19:45 -08:00
Cameron
9ddada154f More avatar code moved to $tp->toAvatar() and minor css fixes. 2015-02-05 00:02:29 -08:00
Cameron
2b83a64f16 Fixes #813 - js error. Some gallery JS moved to footer and loaded only when required. 2015-02-04 23:16:27 -08:00
Cameron
4572cd7ceb Issue #682 and other 'wrong avatar' issues in chatbox, online-menu etc. New $tp->toAvatar() method introduced. 2015-02-04 20:36:56 -08:00
Cameron
4beb3086fb Fixes #817 - error in gallery admin, and also fixes missing gallery images on fresh install when not logged in. 2015-02-04 14:37:34 -08:00
Cameron
2ae018a496 Forum language-file cleanup complete. 2015-02-02 15:19:13 -08:00
Cameron
af5c0b2ead Fixes #851 - Admin-UI - when the listQry doesn't contain backticks around table names. 2015-02-01 18:45:33 -08:00
Cameron
ee1623e747 Html5 validation fixes. Admin SiteLinks for admin-ui now using $frm->url(); for URLs. 2015-02-01 17:28:38 -08:00
Cameron
274069184f Fixes #850 - Gallery missing description when using simple brackets. Fixes #607 - embedded English text. 2015-02-01 17:27:05 -08:00
Cameron
2a4caa6cb7 Fixes #849 and corrects a table-name issue with plugin upgrades. 2015-02-01 02:07:56 -08:00