aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | prevent recursion in the database driver when debugging is enabled and the ↵redmatrix2016-05-094-13/+26
| | | | | | | | | | | | system config is not yet loaded - caused by calling get_config and making db calls within the logger function; which we then attempt to log...
* | | make editwebpage use status_editor() and fix storing of layout on webpage ↵Mario Vavti2016-05-094-139/+91
| | | | | | | | | | | | creation
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-05-0923-110/+260
|\| |
| * | remove the old IE html5 hack.redmatrix2016-05-081-4/+0
| | |
| * | clean up some cruftredmatrix2016-05-083-52/+6
| | |
| * | convert media embed functions that deal with rewriting specific corporate ↵redmatrix2016-05-082-24/+13
| | | | | | | | | | | | services to addon hooks
| * | Merge pull request #370 from Treer/permissionsredmatrix2016-05-0914-25/+236
| |\ \ | | | | | | | | ACL dialogs: Make the non-ACL-option description more accurate
| | * | Update some modules to use new ACL dialog featureTreer2016-05-089-11/+24
| | | |
| | * | improve non-ACL option description in ACL dialogTreer2016-05-085-14/+212
| |/ /
* | | make editblock use status_editor()Mario Vavti2016-05-074-90/+44
| | |
| | * Fixed some bugs with empty repo name and improved the interface a bit.Andrew Manning2016-05-093-53/+52
| | |
| | * copy-paste errorAndrew Manning2016-05-093-10/+47
| | |
| | * Addon repo is copied to /extend/addon/ when admin presses install. Addon ↵Andrew Manning2016-05-082-7/+110
| | | | | | | | | | | | repos can be removed via GUI.
| | * Custom addon repo name option added.Andrew Manning2016-05-084-21/+72
| | |
| | * Existing addon repos are listed on plugin page with controls for updating, ↵Andrew Manning2016-05-072-4/+61
| | | | | | | | | | | | removing, and switching branches.
| | * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-071-3/+3
| | |\ | | |/ | |/|
| * | SDAV is already absoluteredmatrix2016-05-071-3/+3
| | |
| | * New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵Andrew Manning2016-05-075-160/+170
| | | | | | | | | | | | wide modal dialog.
| | * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-072-2/+2
| | |\ | | |/ | |/|
| * | Merge pull request #369 from Treer/fontawesomegit-marijus2016-05-062-2/+2
|/| | | | | | | | update two Font Awesome icons
| * | update 2 fontawesome iconsTreer2016-05-062-2/+2
|/ /
| * Progress implementing GitRepo class in Zotlabs/StorageAndrew Manning2016-05-071-9/+96
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into plugin-repoAndrew Manning2016-05-069-1994/+1999
| |\ | |/ |/|
* | use section-content-info-wrapper class for info textMario Vavti2016-05-062-11/+2
| |
* | use darker background colour only for searchbarMario Vavti2016-05-062-11/+24
| |
* | missed one other place where we called comanche outside the page buildredmatrix2016-05-062-1542/+1514
| |
* | objectify comancheredmatrix2016-05-055-434/+459
| |
* | commentsredmatrix2016-05-051-0/+4
| |
| * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-057-26/+82
| |\ | |/ |/|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-055-25/+41
|\ \
| * \ Merge pull request #368 from Treer/permissionsredmatrix2016-05-065-25/+41
| |\ \ | | | | | | | | Unify permissions dialog for network posts, channel posts, and remote posts
| | * | Unify permissions dialog for network posts, channel posts, and remote postsTreer2016-05-065-25/+41
| |/ / | | | | | | | | | | | | | | | * changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button. * hyperlinks the "cannot be changed" part of the warning to the help file * adds some more content to the help file
* / / - Setup: check php version (5.4 required)redmatrix2016-05-052-1/+41
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comanche: implement conditionals. Currently the only supported tests are true/false for system config settings and supports the following forms: [if $config.system.foo] [widget=widget1][/widget] [else] [widget=widget2][/widget] [/if] [if $config.system.foo] [widget=widget1][/widget] [/if]
| * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-0513-87/+346
| |\ | |/ |/|
* | replace app tagcloud with more traditional categories widget. One can always ↵redmatrix2016-05-053-1/+45
| | | | | | | | change this in the PDL
* | Allow follow to work with a pasted webbie from the profile page (where we've ↵redmatrix2016-05-041-1/+4
| | | | | | | | replaced the '@' sign with a UTF-8 look-alike)
* | isolate all the tagadelic core code into a class and reuse itredmatrix2016-05-042-85/+48
| |
* | provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-046-3/+98
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-048-65/+204
|\ \
* | | add categories to apps (wip)redmatrix2016-05-045-33/+187
| | |
| | * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-0419-92/+296
| | |\ | | |/ | |/|
| * | Merge pull request #366 from Treer/permissionsredmatrix2016-05-057-25/+170
| |\ \ | | | | | | | | Refining the Permission settings dialog
| | * | add help to some permissions dialogsTreer2016-05-056-7/+32
| | | |
| | * | Refine permissions dialog UITreer2016-05-046-25/+145
| |/ /
| * | whitespaceMario Vavti2016-05-041-3/+3
| | |
| * | whitespaceMario Vavti2016-05-041-40/+34
|/ /
* | Sync the current list of system apps with the built-in name translation ↵redmatrix2016-05-036-8/+13
| | | | | | | | table. Some of the names were changed in the past without the translation table being updated to reflect it.
* | ensure that important system fields are passed through the appman editorredmatrix2016-05-032-1/+9
| |
* | more background work for app management - give every member a copy of all ↵redmatrix2016-05-034-18/+70
| | | | | | | | 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.
| * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-037-8/+38
| |\ | |/ |/|