Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final cleanup on submodules | redmatrix | 2016-09-05 | 2 | -3/+3 |
| | |||||
* | move the rest of mod_admin to sub modules | redmatrix | 2016-09-05 | 11 | -1342/+1400 |
| | |||||
* | move admin/plugins::post to submodule and get rid of absolute paths | redmatrix | 2016-09-05 | 2 | -244/+237 |
| | |||||
* | move admin/security to submodule | redmatrix | 2016-09-05 | 2 | -188/+123 |
| | |||||
* | superfluous backslash | redmatrix | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | use SubModule class for generalising submodules, move back to the ↵ | redmatrix | 2016-09-05 | 4 | -17/+43 |
| | | | | zotlabs/module hierarchy | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-05 | 2 | -2/+2 |
|\ | |||||
| * | bump STD_VERSION due to possible js chaching issue with new jotnets ↵ | Mario Vavti | 2016-09-05 | 1 | -1/+1 |
| | | | | | | | | implementation | ||||
| * | json_decode() should return an array instead of an object at this place | Mario Vavti | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | add links to zcards #500 ; also provide drag/drop highlighting of comment ↵ | redmatrix | 2016-09-05 | 5 | -5/+35 |
|/ | | | | regions when a link is being dragged over them | ||||
* | begin to organise the admin module into independent sub-modules. The same ↵ | redmatrix | 2016-09-04 | 2 | -239/+258 |
| | | | | needs to happen with the API module. Using admin/plugins->get() as the first test case | ||||
* | remove chatroom suggestions for the time being, until somebody decides it's ↵ | redmatrix | 2016-09-04 | 1 | -0/+8 |
| | | | | worth fixing and rolls up their sleeves and does it. See the notes. There's a lot of useful technology involved and some valid use cases so we won't throw the code away. There's a lot of stuff in here worth saving. We just need to spend a bit more time working through the nitty-gritty bits. | ||||
* | minor revision | redmatrix | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | And the next chapter begins... | redmatrix | 2016-09-04 | 6 | -4/+23 |
| | |||||
* | add the table of contents files | redmatrix | 2016-09-04 | 2 | -0/+11 |
| | |||||
* | sidebar table of contents for help hierarchies; note that these should ↵ | redmatrix | 2016-09-04 | 4 | -31/+60 |
| | | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown | ||||
* | incutio xmlrpc library uses old-style (php4) constructors which have been ↵ | redmatrix | 2016-09-04 | 2 | -14/+14 |
| | | | | deprecated for some time. They should still work on 7.0, but it's only a matter of time before they go away. | ||||
* | fix register link if logged in | Mario Vavti | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | move doc file parsing and rendering from the module level to the help ↵ | redmatrix | 2016-09-04 | 3 | -86/+101 |
| | | | | library so that it can be re-used by widgets | ||||
* | wrong operator | redmatrix | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | don't send purge_all notification to self. | redmatrix | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | update diaspora compatibility list, and also remove private mail 'unsend' ↵ | redmatrix | 2016-09-03 | 3 | -61/+69 |
| | | | | (recall) from techlevel 0 which includes the basic server configuration. It's one less cross network compatibility issue that basic members will have to be aware of and one less complication for entry-level 'pro' members. | ||||
* | revert moving home button to first position. instead move register and login ↵ | Mario Vavti | 2016-09-03 | 1 | -37/+38 |
| | | | | buttons to the end of the list. | ||||
* | pro: add system techlevel to new accounts | redmatrix | 2016-09-02 | 1 | -4/+6 |
| | |||||
* | pro: allow admin to set a site techlevel and optionally lock it. | redmatrix | 2016-09-02 | 2 | -2/+7 |
| | |||||
* | show home icon in first position in nav, provide register link also if ↵ | Mario Vavti | 2016-09-02 | 2 | -23/+27 |
| | | | | register policy is set to approve and whitespace cleanup | ||||
* | missed the namespace | redmatrix | 2016-09-02 | 1 | -2/+2 |
| | |||||
* | empty schema | redmatrix | 2016-09-02 | 2 | -3681/+3764 |
| | |||||
* | put theme config into its own namespace | redmatrix | 2016-09-01 | 3 | -6/+8 |
| | |||||
* | turn theme configuration into a class object | redmatrix | 2016-09-01 | 3 | -123/+128 |
| | |||||
* | check that the advanced_theming feature is enabled before the pdledit module ↵ | redmatrix | 2016-09-01 | 2 | -0/+10 |
| | | | | can be accessed. | ||||
* | separate the 'expert' feature into 'advanced_theming' and ↵ | redmatrix | 2016-09-01 | 5 | -17/+41 |
| | | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3. | ||||
* | actively set all the theme options on the display settings page based on the ↵ | redmatrix | 2016-09-01 | 4 | -9/+32 |
| | | | | current theme selection | ||||
* | more work on theme select backend | redmatrix | 2016-09-01 | 2 | -5/+29 |
| | |||||
* | provide json module to load theme specific settings so we can auto-fill the ↵ | redmatrix | 2016-09-01 | 2 | -1/+44 |
| | | | | display settings page with schemas and theme settings whenever somebody makes a different theme selection | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-01 | 3 | -8/+14 |
|\ | |||||
| * | introduce checklist BBcode for checklists | Mario Vavti | 2016-09-01 | 3 | -8/+14 |
| | | |||||
* | | theme preview - that was easy; plus a bit more tweaking of the saved search ↵ | redmatrix | 2016-09-01 | 3 | -2/+4 |
|/ | | | | widget to try and get the sucker to auto submit | ||||
* | even though there is now a sitesearch widget, remove it from the search page ↵ | redmatrix | 2016-08-31 | 1 | -1/+1 |
| | | | | pdl since we can just use the navbar and it offers more modes. | ||||
* | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 5 | -3/+45 |
| | | | | saved. | ||||
* | document that include/permissions is being deprecated but may still be needed. | redmatrix | 2016-08-31 | 1 | -0/+6 |
| | |||||
* | Hubzilla pro: Don't offer 'custom/expert' permissions below a techlevel of ↵ | redmatrix | 2016-08-31 | 3 | -9/+23 |
| | | | | 4; but any existing expert mode members are grandfathered in. | ||||
* | Do not allow PERMS_PUBLIC as a choice for writable permission limits. Change ↵ | redmatrix | 2016-08-31 | 1 | -2/+4 |
| | | | | text of buttons in expert mode for consistency with usage ('Channel Permission Limits' and 'Default Access Control List (ACL)'). | ||||
* | allow public comments (sort of - see the notes) | redmatrix | 2016-08-31 | 1 | -5/+4 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-08-31 | 4 | -13784/+14054 |
|\ | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | jeroenpraat | 2016-08-31 | 21 | -68/+1026 |
| |\ | |||||
| * | | Dutch and Spanish string update | jeroenpraat | 2016-08-31 | 4 | -13784/+14054 |
| | | | |||||
* | | | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 12 | -20/+81 |
| |/ |/| | | | | | other roles. | ||||
* | | resolve merge conflict | Mario Vavti | 2016-08-31 | 20 | -68/+1019 |
|\ \ | |||||
| * | | The 'save to folder' modal dialog looked like crap. Now it only looks like dung. | redmatrix | 2016-08-30 | 3 | -5/+15 |
| | | |