Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for old style version specifiers | redmatrix | 2016-09-08 | 1 | -3/+0 |
| | |||||
* | illegal offset errors in include/conversation:status_editor() when no ↵ | redmatrix | 2016-09-08 | 1 | -0/+4 |
| | | | | permissions array is passed | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-08 | 1 | -1/+4 |
|\ | |||||
| * | add more foundation data- attributes | Mario Vavti | 2016-09-08 | 1 | -1/+4 |
| | | |||||
* | | fix bookmarks in dev | redmatrix | 2016-09-08 | 1 | -1/+1 |
|/ | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -5/+11 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-09-07 | 1 | -19/+59 |
|\ | |||||
| * | upgrade foundation to version 6.2.3 | Mario Vavti | 2016-09-07 | 1 | -19/+59 |
| | | |||||
* | | photo move to another album - resurrected from a temporary branch where the ↵ | redmatrix | 2016-09-06 | 1 | -0/+48 |
|/ | | | | work had gotten lost | ||||
* | custom/expert permissions bug | redmatrix | 2016-09-06 | 1 | -3/+14 |
| | |||||
* | 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 | 2 | -29/+58 |
| | | | | 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 | 1 | -1/+1 |
| | | | | 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 | 2 | -0/+96 |
| | | | | library so that it can be re-used by widgets | ||||
* | wrong operator | redmatrix | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | pro: add system techlevel to new accounts | redmatrix | 2016-09-02 | 1 | -4/+6 |
| | |||||
* | show home icon in first position in nav, provide register link also if ↵ | Mario Vavti | 2016-09-02 | 1 | -2/+2 |
| | | | | register policy is set to approve and whitespace cleanup | ||||
* | separate the 'expert' feature into 'advanced_theming' and ↵ | redmatrix | 2016-09-01 | 2 | -11/+37 |
| | | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3. | ||||
* | introduce checklist BBcode for checklists | Mario Vavti | 2016-09-01 | 1 | -2/+4 |
| | |||||
* | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 2 | -2/+38 |
| | | | | saved. | ||||
* | document that include/permissions is being deprecated but may still be needed. | redmatrix | 2016-08-31 | 1 | -0/+6 |
| | |||||
* | allow public comments (sort of - see the notes) | redmatrix | 2016-08-31 | 1 | -5/+4 |
| | |||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 6 | -15/+41 |
| | | | | other roles. | ||||
* | resolve merge conflict | Mario Vavti | 2016-08-31 | 5 | -17/+279 |
|\ | |||||
| * | Imported webpage elements update existing elements properly. AllowCode ↵ | Andrew Manning | 2016-08-30 | 1 | -12/+11 |
| | | | | | | | | permission is checked correctly and issues error on import if denied. | ||||
| * | increase timeout on oembed remote fetches. This is a balancing act. Too ↵ | redmatrix | 2016-08-30 | 1 | -3/+12 |
| | | | | | | | | short and many sites won't show up. Too long and you could be watching a spinner anxiously waiting for the page to load even if your own site is blindingly fast. | ||||
| * | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-30 | 2 | -2/+27 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-27 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵ | Andrew Manning | 2016-08-27 | 8 | -26/+154 |
| |\ \ \ | | | | | | | | | | | | | | | | attach_move() to include/attach.php. | ||||
| * \ \ \ | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-23 | 6 | -18/+65 |
| |\ \ \ \ | |||||
| * | | | | | Website export to cloud files works. Created new recursive copy function in ↵ | Andrew Manning | 2016-08-23 | 2 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | attach.php. | ||||
| * | | | | | Block export and re-import works. Fixed bug where layout content was not ↵ | Andrew Manning | 2016-08-20 | 1 | -2/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | being imported properly. | ||||
| * | | | | | Layouts list and are selectable for export to the zip file | Andrew Manning | 2016-08-20 | 1 | -2/+46 |
| | | | | | | |||||
| * | | | | | Export of pages and their layouts to a zip file works. Bug on importing the ↵ | Andrew Manning | 2016-08-20 | 1 | -1/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | exported zip file for pages. | ||||
| * | | | | | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-19 | 3 | -13/+8 |
| |\ \ \ \ \ | |||||
| * | | | | | | Pages populate the available-to-export list. New checkbox class for smaller ↵ | Andrew Manning | 2016-08-19 | 1 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | boxes. | ||||
| * | | | | | | Progress implementing zip file export | Andrew Manning | 2016-08-17 | 2 | -42/+9 |
| | | | | | | | |||||
| * | | | | | | Stash changes for merge with dev | Andrew Manning | 2016-08-17 | 2 | -0/+37 |
| | | | | | | | |||||
* | | | | | | | provide a possibility to create checklists in bbcode [x] creates a checked ↵ | Mario Vavti | 2016-08-31 | 1 | -0/+2 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | checkbox, [] creates an unchecked checkbox | ||||
* | | | | | | add authors to post distribution; case insensitive sort apps | redmatrix | 2016-08-29 | 1 | -0/+20 |
| | | | | | | |||||
* | | | | | | Display text around the searched query in documentation search | Andrew Manning | 2016-08-27 | 1 | -2/+7 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | vsprintf error on sql query | redmatrix | 2016-08-27 | 1 | -0/+1 |
| |_|_|/ |/| | | | |||||
* | | | | issue #186 ...different check for pubforum with expert permissions | redmatrix | 2016-08-26 | 1 | -12/+6 |
| | | | | |||||
* | | | | - implemented but untested: duplicate detection for photo 'move to another ↵ | redmatrix | 2016-08-26 | 1 | -2/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | folder' - weekly string update | ||||
* | | | | ratings are gone. They can be enabled, but there is no UI for doing so at ↵ | redmatrix | 2016-08-25 | 4 | -10/+7 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | | | move premium channel to 'pro' since that's the only configuration where it ↵ | redmatrix | 2016-08-25 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | works reliably. | ||||
* | | | | attach_move() function created to relocate files or photos to different ↵ | redmatrix | 2016-08-24 | 2 | -0/+72 |
| | | | | | | | | | | | | | | | | directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links). | ||||
* | | | | include port in pdo url when host is 'localhost' | redmatrix | 2016-08-23 | 1 | -0/+2 |
| |_|/ |/| | | |||||
* | | | optional server role compatibility checks for plugins | redmatrix | 2016-08-22 | 1 | -0/+12 |
| | | |