aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * 'recent photos' query was buggered, also fix issue #163 by adding ↵redmatrix2016-06-071-1/+3
| | | | | | | | configurable sort order to the album widget - default is album name ascending
| * rename admin/users to admin/accounts, provide sortable columns in account ↵redmatrix2016-06-061-1/+1
| | | | | | | | and channel summaries - issue #255
* | Remove debugging logger statementsAndrew Manning2016-06-051-1/+0
| |
* | Wiki and page filenames are abstracted from their displayed names. Special ↵Andrew Manning2016-06-041-4/+6
| | | | | | | | characters do not seem to break things.
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-021-12/+12
|\|
| * the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-6/+6
| | | | | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
| * more db column renamesredmatrix2016-05-311-5/+5
| |
| * start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-1/+1
| | | | | | | | and hook)
* | Major corrections to access control and page construction.Andrew Manning2016-06-021-12/+12
| |
* | Created page history widget to dynamically fetch and display the git commit ↵Andrew Manning2016-05-301-0/+11
| | | | | | | | history for wiki pages.
* | Only show wiki delete control if channel ownerAndrew Manning2016-05-291-5/+11
| |
* | Wiki page list links work. File content is not yet loaded into the editor. ↵Andrew Manning2016-05-281-1/+15
| | | | | | | | Removed some logger calls.
* | Wiki page list is fetched and the page widget is updatedAndrew Manning2016-05-281-6/+13
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-271-10/+7
|\|
| * code cleanupredmatrix2016-05-241-1/+0
| |
| * move chatroom stuff to zlibredmatrix2016-05-221-2/+1
| |
| * turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-4/+4
| | | | | | | | observer_prohibited()
| * renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-3/+2
| | | | | | | | (connections.php)
* | List of wikis populates with links according to observer permissions.Andrew Manning2016-05-211-4/+10
| |
* | Trying to fix wiki branch starting fresh from devAndrew Manning2016-05-211-0/+27
|/
* replace app tagcloud with more traditional categories widget. One can always ↵redmatrix2016-05-051-0/+42
| | | | change this in the PDL
* provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-041-0/+7
|
* more background work for app management - give every member a copy of all ↵redmatrix2016-05-031-2/+2
| | | | the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again.
* update icon names in include/Treer2016-05-011-3/+3
|
* issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-031-0/+8
| | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
* Chat Rooms -> ChatroomsMario Vavti2016-04-011-1/+1
|
* create miniApp to convert existing settings files to the static App classredmatrix2016-03-311-27/+11
|
* Merge branch 'static'redmatrix2016-03-311-50/+50
|\
| * static Appredmatrix2016-03-311-50/+50
| |
* | various fixes regarding mod chatMario Vavti2016-03-311-1/+1
| |
* | mod chat rework continuedMario Vavti2016-03-311-0/+8
|/
* deprecate $a->get_baseurl()redmatrix2016-03-301-15/+15
|
* more on mod chatMario Vavti2016-03-301-0/+1
|
* some work on mod chatMario Vavti2016-03-301-6/+9
|
* removed link to connected apps by accidentMario Vavti2016-03-261-0/+6
|
* move link to /locs to settings menu if we have more than one location and ↵Mario Vavti2016-03-261-6/+14
| | | | some template work on locs
* make the admin side menu extensible and provide a hook for a channel "move" ↵redmatrix2016-03-191-5/+10
| | | | operation that federation plugins might use to re-establish connections after a channel move.
* isue #315redmatrix2016-03-081-0/+3
|
* Also make it clear with (mouse) hover text that you must click on the cover ↵jeroenpraat2016-03-061-0/+1
| | | | photo to show the channel/more
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-031-1/+1
|\
| * rename the menu entry and page to 'Profile Fields' to maintain consistencyredmatrix2016-03-021-1/+1
| |
* | move cover-photo to template, add the ability to define a title and subtitle ↵Mario Vavti2016-03-031-2/+22
|/ | | | (defaults to channel name and addres), move js from redbasic.js to template.
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-021-1/+1
|\
| * Small fix for deleted forum channels showing in the forum widget (had this ↵jeroenpraat2016-03-011-1/+1
| | | | | | | | after migration from RM on 1 or 2 channels)
* | a simple cover-photo implementation for redbasic default templateMario Vavti2016-03-021-2/+2
|/
* Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause ↵jeroenpraat2016-02-181-5/+8
| | | | a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings.
* lots more zcard tweaksredmatrix2016-02-081-1/+22
|
* more uno groundworkredmatrix2016-02-051-1/+0
|
* heavy lifting on admin security pageredmatrix2016-02-031-0/+1
|
* widget_item - provide ability to use the page title instead of the ↵redmatrix2016-01-281-5/+15
| | | | message_id to locate the desired item. You can use either, but the page title is often easier to use and discover.