aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* fix undefined variable reference in widget_itemredmatrix2016-01-261-6/+14
|
* bootstrapify rating and connect buttons. position the connect button more ↵Mario Vavti2016-01-211-5/+7
| | | | prominent right under the profile image
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-4/+4
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* cover photo fetch and widgetredmatrix2016-01-141-0/+32
|
* some work on connectionsMario Vavti2016-01-141-1/+1
|
* some template work on follow widgetMario Vavti2016-01-141-2/+2
|
* features management page for hubminsredmatrix2016-01-061-0/+1
|
* Provide a mechanism for a hub admin to lock features in the on or off state. ↵redmatrix2016-01-041-25/+28
| | | | Locked features will not be available in the UI on the Additional Features page to be set by members. If all features are locked, the link to the Additional Features page will not be displayed.
* change album_id logic to make it work with ajax callsMario Vavti2015-12-071-1/+0
|
* make justify gallery work with more than one albums per page (eg album widget)Mario Vavti2015-12-071-0/+1
|
* fix rendering of unseen forum posts countMario Vavti2015-12-041-1/+1
|
* move events tools to aside widgetMario Vavti2015-11-271-1/+15
|
* move today button from aside to section titleMario Vavti2015-11-191-1/+0
|
* rename some menusMario Vavti2015-11-191-3/+3
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-11-181-0/+1
|\
| * wsod viewing photo widgetredmatrix2015-11-181-0/+1
| |
* | some events refacturingMario Vavti2015-11-181-0/+15
|/
* fix admin plugin hooksredmatrix2015-11-171-0/+17
|
* photo album widget permissions issueredmatrix2015-11-171-0/+4
|
* really basic photo album widget for content regionsredmatrix2015-11-121-0/+78
|
* timeago() works best with iso format. fix #118Mario Vavti2015-11-031-1/+1
|
* remove check mail - it just reloads the page. we get a notification in the ↵Mario Vavti2015-10-041-6/+0
| | | | panel if we get new mail
* private mail: bring additional inbox/outbox views and ajaxify single message ↵Mario Vavti2015-09-281-1/+3
| | | | drop
* some heavy private mail restructuring - work in progressMario Vavti2015-09-241-4/+93
|
* major changes to "forum mode" on the network/matrix pageredmatrix2015-09-091-1/+1
|
* slight hack to improve public forum detection in the forum widgetredmatrix2015-09-091-1/+3
|
* move mod_admin to Comanche finallyredmatrix2015-09-081-0/+59
|
* unclosed link tagsredmatrix2015-08-301-4/+4
|
* more work on doco searchredmatrix2015-08-301-0/+12
|
* cleanup of task widget - make jquery workflow a bit smootherredmatrix2015-08-201-10/+10
|
* more work on tasksredmatrix2015-08-201-0/+21
|
* more consistent output on forum widgetredmatrix2015-08-111-5/+27
|
* remove the forum limitredmatrix2015-08-111-1/+1
|
* arghhredmatrix2015-08-111-1/+1
|
* typoredmatrix2015-08-111-1/+1
|
* wrong cidredmatrix2015-08-111-2/+3
|
* don't show '0' results, like notificationsredmatrix2015-08-111-1/+1
|
* order by nameredmatrix2015-08-111-1/+1
|
* make sure we only get forums attached to the channelredmatrix2015-08-111-8/+2
|
* set font-weight back to normal on forums widgetredmatrix2015-08-111-1/+1
|
* forum widgetredmatrix2015-08-111-4/+4
|
* untested forum widgetredmatrix2015-08-111-1/+39
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-191-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: include/identity.php include/widgets.php util/messages.po view/it/messages.po view/it/strings.php
| * allow plugins to provide module handlers for arbitrary modules that haven't ↵redmatrix2015-07-151-0/+2
| | | | | | | | been installed on the system.
* | the view_photos and post_photos permissions are redundant and are now mapped ↵redmatrix2015-07-191-1/+1
| | | | | | | | to view_storage and write_storage
* | make tagadelic results (including categories in wall-to-wall posts) visible ↵redmatrix2015-07-151-3/+3
| | | | | | | | to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree.
* | inconsistent naming of block item typesredmatrix2015-07-081-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-071-1/+1
|\|
| * make directory suggest work with directory optionsMario Vavti2015-07-071-1/+1
| |