Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-27 | 1 | -2/+2 |
|\ | |||||
| * | doc search broken | redmatrix | 2016-08-27 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-27 | 1 | -0/+1 |
|\| | |||||
| * | vsprintf error on sql query | redmatrix | 2016-08-27 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into website-export. Added ↵ | Andrew Manning | 2016-08-27 | 26 | -4413/+4711 |
|\| | | | | | | | attach_move() to include/attach.php. | ||||
| * | issue #186 ...different check for pubforum with expert permissions | redmatrix | 2016-08-26 | 1 | -12/+6 |
| | | |||||
| * | add a couple of useful observer constructs to support identity aware pages | redmatrix | 2016-08-26 | 1 | -1/+12 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-08-26 | 2 | -11/+24 |
| |\ | |||||
| | * | Add new page connedit to Spanish context help | Manuel Jiménez Friaza | 2016-08-26 | 1 | -0/+12 |
| | | | |||||
| | * | contact-block needs a class clear div at the end to not mess with following ↵ | Mario Vavti | 2016-08-26 | 1 | -11/+12 |
| | | | | | | | | | | | | widgets and whitespace | ||||
| * | | comanche: generalise the conditional variable usage and add $observer as a ↵ | redmatrix | 2016-08-26 | 2 | -24/+73 |
| |/ | | | | | | | test. Update comanche doco to reflect recent changes. | ||||
| * | - implemented but untested: duplicate detection for photo 'move to another ↵ | redmatrix | 2016-08-26 | 2 | -4323/+4375 |
| | | | | | | | | | | | | folder' - weekly string update | ||||
| * | update doco | redmatrix | 2016-08-25 | 1 | -1/+1 |
| | | |||||
| * | ratings are gone. They can be enabled, but there is no UI for doing so at ↵ | redmatrix | 2016-08-25 | 9 | -37/+28 |
| | | | | | | | | 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). | ||||
| * | provide context help for the connedit page | redmatrix | 2016-08-24 | 1 | -0/+12 |
| | | |||||
| * | off by one pixel | redmatrix | 2016-08-24 | 1 | -3/+3 |
| | | |||||
| * | some more complex test scenarios for comanche conditionals: equals x, not ↵ | redmatrix | 2016-08-24 | 1 | -4/+40 |
| | | | | | | | | equals x, in_array, and array_key_exists | ||||
| * | do not return false since it could prevent clicking also when not appropriate. | Mario Vavti | 2016-08-24 | 1 | -1/+1 |
| | | |||||
| * | remove the onclick action | Mario Vavti | 2016-08-24 | 1 | -1/+1 |
| | | |||||
| * | do not remove cover photo after scrolling it up. mimik an scroll edge if ↵ | Mario Vavti | 2016-08-24 | 1 | -24/+39 |
| | | | | | | | | scrolling up again before scrolling into the cover photo again. | ||||
| * | Revert "revert cover photo changes" | Mario Vavti | 2016-08-24 | 1 | -8/+20 |
| | | | | | | | | This reverts commit 4c840d70a494dae62a856ed91f9039eb16bc51ee. | ||||
| * | provide a mechanism for global template values (macro replacements that are ↵ | redmatrix | 2016-08-24 | 1 | -0/+6 |
| | | | | | | | | available to all templates). There's a strong likelihood this list will increase but we may wish to actively prevent it from mushrooming out of control. | ||||
| * | revert cover photo changes | redmatrix | 2016-08-24 | 1 | -20/+8 |
| | | |||||
| * | allow changing the server role - as well as configuring any of the three ↵ | redmatrix | 2016-08-23 | 4 | -5/+30 |
| | | | | | | | | options during installation | ||||
| * | cover photo: adjustments to display the entire photo on manual scrollback ↵ | redmatrix | 2016-08-23 | 1 | -1/+2 |
| | | | | | | | | (padding added for nav height) | ||||
| * | several cover photo widget enhancements: | redmatrix | 2016-08-23 | 1 | -8/+19 |
| | | | | | | | | | | | | | | | | | | - allow a click anywhere on the page to cause the photo to autoscroll - provide a logic flag to autoscroll only once - allow manual scroll back to see the cover photo afterward (tricky to handle the nav menu here) - on scroll back, the nav remains fixed at the top and the top pixels of the cover photo are covered (this was an acceptable tradeoff to gain the ability to see the photo again without causing unpredictable behaviour of the nav) - some positioning details in small screen width mode caused jot to be off screen due to insufficient top padding; a manual padding was also added as something still wasn't right even after adding the nav height - very minor nit: if screen size is reduced below 755 and then upsized again, the cover photo will not be redisplayed | ||||
| * | include port in pdo url when host is 'localhost' | redmatrix | 2016-08-23 | 1 | -0/+2 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-23 | 28 | -3913/+4113 |
|\| | |||||
| * | change default server role | redmatrix | 2016-08-22 | 1 | -2/+2 |
| | | |||||
| * | optional server role compatibility checks for plugins | redmatrix | 2016-08-22 | 4 | -2/+18 |
| | | |||||
| * | public forum fallback checking (when custom/expert permissions are applied) ↵ | redmatrix | 2016-08-22 | 1 | -5/+4 |
| | | | | | | | | was looking at owner rather than observer perms | ||||
| * | doco updates | redmatrix | 2016-08-22 | 4 | -2/+155 |
| | | |||||
| * | server role management, part 1 | redmatrix | 2016-08-22 | 3 | -12/+37 |
| | | |||||
| * | remove references to tinymce which were causing console errors | redmatrix | 2016-08-21 | 2 | -85/+4 |
| | | |||||
| * | make zid() do the right things when confronted with url fragments | redmatrix | 2016-08-21 | 1 | -0/+10 |
| | | |||||
| * | Merge branch 'git-marijus-dev' into dev | redmatrix | 2016-08-21 | 10 | -103/+125 |
| |\ | |||||
| | * | Merge branch 'dev' of https://github.com/git-marijus/hubzilla into ↵ | redmatrix | 2016-08-21 | 10 | -103/+125 |
| |/| | | | | | | | | | | git-marijus-dev | ||||
| | * | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 10 | -103/+124 |
| | | | |||||
| * | | issue #496 | redmatrix | 2016-08-21 | 2 | -1/+3 |
| | | | |||||
| * | | Merge branch 'zp' into dev | redmatrix | 2016-08-19 | 1 | -4/+31 |
| |\ \ | |||||
| | * | | block backdoor delivery of bulk imported items | redmatrix | 2016-08-19 | 1 | -4/+31 |
| | |/ | |||||
| * / | string update | redmatrix | 2016-08-19 | 1 | -3697/+3724 |
| |/ | |||||
* | | Website export to cloud files works. Created new recursive copy function in ↵ | Andrew Manning | 2016-08-23 | 4 | -9/+113 |
| | | | | | | | | attach.php. | ||||
* | | Visual improvements to the export element table | Andrew Manning | 2016-08-21 | 1 | -25/+25 |
| | | |||||
* | | Block export and re-import works. Fixed bug where layout content was not ↵ | Andrew Manning | 2016-08-20 | 3 | -3/+157 |
| | | | | | | | | being imported properly. | ||||
* | | Layouts list and are selectable for export to the zip file | Andrew Manning | 2016-08-20 | 3 | -16/+137 |
| | | |||||
* | | Export of pages and their layouts to a zip file works. Bug on importing the ↵ | Andrew Manning | 2016-08-20 | 5 | -10/+242 |
| | | | | | | | | exported zip file for pages. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into website-export | Andrew Manning | 2016-08-19 | 11 | -6150/+6138 |
|\| |