Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -48/+47 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 1 | -4/+4 |
| | | | | queries | ||||
* | allow a site to over-ride the help table-of-contents files | redmatrix | 2016-09-26 | 1 | -2/+6 |
| | |||||
* | don't offer a settings/features link for techlevel 0 (basic or pro:0) even ↵ | redmatrix | 2016-09-20 | 1 | -1/+1 |
| | | | | if there are level 0 features/categories. The definition of level 0 is "don't confuse me with options". | ||||
* | 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. | ||||
* | sidebar table of contents for help hierarchies; note that these should ↵ | redmatrix | 2016-09-04 | 1 | -7/+29 |
| | | | | probably be html due to extraneous linefeeds you might find in bbcode or markdown | ||||
* | move doc file parsing and rendering from the module level to the help ↵ | redmatrix | 2016-09-04 | 1 | -0/+3 |
| | | | | library so that it can be re-used by widgets | ||||
* | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 1 | -1/+37 |
| | | | | saved. | ||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -9/+6 |
| | | | | other roles. | ||||
* | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵ | Andrew Manning | 2016-08-27 | 1 | -2/+2 |
|\ | | | | | | | attach_move() to include/attach.php. | ||||
| * | ratings are gone. They can be enabled, but there is no UI for doing so at ↵ | redmatrix | 2016-08-25 | 1 | -2/+2 |
| | | | | | | | | this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings. | ||||
* | | Progress implementing zip file export | Andrew Manning | 2016-08-17 | 1 | -17/+2 |
| | | |||||
* | | Stash changes for merge with dev | Andrew Manning | 2016-08-17 | 1 | -0/+15 |
|/ | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-21 | 1 | -3/+8 |
|\ | |||||
| * | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -0/+9 |
| |\ | |||||
| * | | more work on perms | redmatrix | 2016-07-12 | 1 | -3/+8 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/dev' into website-import-remote | Andrew Manning | 2016-07-16 | 1 | -0/+9 |
|\ \ \ | | |/ | |/| | |||||
| * | | Here's the basic UI for the Zot Access Tokens, requires some minor cleanup | redmatrix | 2016-07-14 | 1 | -0/+9 |
| |/ | |||||
* | | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-12 | 1 | -1/+1 |
|\| | |||||
| * | more sql fine tuning | redmatrix | 2016-07-09 | 1 | -1/+1 |
| | | |||||
* | | First draft of website import tools | Andrew Manning | 2016-07-10 | 1 | -0/+14 |
|/ | |||||
* | some work on the forum widget queries | redmatrix | 2016-07-09 | 1 | -2/+24 |
| | |||||
* | ditch the change_view widget and make header fixed in fullscreen mode | Mario Vavti | 2016-07-01 | 1 | -15/+0 |
| | |||||
* | use the normal html escape for '@' in addresses rather than the high-plane ↵ | redmatrix | 2016-06-22 | 1 | -1/+1 |
| | | | | unicode variant. This makes it copy-able, but not easily scrape-able. | ||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -4/+5 |
| | | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. | ||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-07 | 1 | -2/+4 |
|\ | |||||
| * | 'recent photos' query was buggered, also fix issue #163 by adding ↵ | redmatrix | 2016-06-07 | 1 | -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 ↵ | redmatrix | 2016-06-06 | 1 | -1/+1 |
| | | | | | | | | and channel summaries - issue #255 | ||||
* | | Remove debugging logger statements | Andrew Manning | 2016-06-05 | 1 | -1/+0 |
| | | |||||
* | | Wiki and page filenames are abstracted from their displayed names. Special ↵ | Andrew Manning | 2016-06-04 | 1 | -4/+6 |
| | | | | | | | | characters do not seem to break things. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-02 | 1 | -12/+12 |
|\| | |||||
| * | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 renames | redmatrix | 2016-05-31 | 1 | -5/+5 |
| | | |||||
| * | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -1/+1 |
| | | | | | | | | and hook) | ||||
* | | Major corrections to access control and page construction. | Andrew Manning | 2016-06-02 | 1 | -12/+12 |
| | | |||||
* | | Created page history widget to dynamically fetch and display the git commit ↵ | Andrew Manning | 2016-05-30 | 1 | -0/+11 |
| | | | | | | | | history for wiki pages. | ||||
* | | Only show wiki delete control if channel owner | Andrew Manning | 2016-05-29 | 1 | -5/+11 |
| | | |||||
* | | Wiki page list links work. File content is not yet loaded into the editor. ↵ | Andrew Manning | 2016-05-28 | 1 | -1/+15 |
| | | | | | | | | Removed some logger calls. | ||||
* | | Wiki page list is fetched and the page widget is updated | Andrew Manning | 2016-05-28 | 1 | -6/+13 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-27 | 1 | -10/+7 |
|\| | |||||
| * | code cleanup | redmatrix | 2016-05-24 | 1 | -1/+0 |
| | | |||||
| * | move chatroom stuff to zlib | redmatrix | 2016-05-22 | 1 | -2/+1 |
| | | |||||
| * | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 1 | -4/+4 |
| | | | | | | | | observer_prohibited() | ||||
| * | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -3/+2 |
| | | | | | | | | (connections.php) | ||||
* | | List of wikis populates with links according to observer permissions. | Andrew Manning | 2016-05-21 | 1 | -4/+10 |
| | | |||||
* | | Trying to fix wiki branch starting fresh from dev | Andrew Manning | 2016-05-21 | 1 | -0/+27 |
|/ | |||||
* | replace app tagcloud with more traditional categories widget. One can always ↵ | redmatrix | 2016-05-05 | 1 | -0/+42 |
| | | | | change this in the PDL | ||||
* | provide a tag cloud for app categories and allow filtering apps from this | redmatrix | 2016-05-04 | 1 | -0/+7 |
| | |||||
* | more background work for app management - give every member a copy of all ↵ | redmatrix | 2016-05-03 | 1 | -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. |