Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more nav_set_selected | git-marijus | 2017-07-22 | 1 | -1/+3 |
| | |||||
* | remove unused page_widgets.php include and provide a general function for ↵ | zotlabs | 2017-06-22 | 1 | -9/+0 |
| | | | | loading sql from file to use in the cdav migration | ||||
* | fix issue #790 - zip->open returned error 19 (not a valid zip archive). in ↵ | Mario Vavti | 2017-05-30 | 1 | -1/+2 |
| | | | | case there are further issues we should probably also put a ob_end_clean() right before readfile() | ||||
* | hubzilla issue #795 | zotlabs | 2017-05-27 | 1 | -2/+4 |
| | |||||
* | apporder style improvement and add to nav menu, also add language awareness ↵ | zotlabs | 2017-05-23 | 1 | -2/+2 |
| | | | | to webpages | ||||
* | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+2 |
| | |||||
* | create first webpage as 'home' if none exist. | zotlabs | 2016-12-25 | 1 | -1/+5 |
| | |||||
* | more get rid of illegal offset in include/conversation | redmatrix | 2016-09-08 | 1 | -3/+5 |
| | |||||
* | Imported webpage elements update existing elements properly. AllowCode ↵ | Andrew Manning | 2016-08-30 | 1 | -2/+0 |
| | | | | permission is checked correctly and issues error on import if denied. | ||||
* | Website export to cloud files works. Created new recursive copy function in ↵ | Andrew Manning | 2016-08-23 | 1 | -8/+47 |
| | | | | attach.php. | ||||
* | Block export and re-import works. Fixed bug where layout content was not ↵ | Andrew Manning | 2016-08-20 | 1 | -1/+68 |
| | | | | being imported properly. | ||||
* | Layouts list and are selectable for export to the zip file | Andrew Manning | 2016-08-20 | 1 | -14/+56 |
| | |||||
* | Export of pages and their layouts to a zip file works. Bug on importing the ↵ | Andrew Manning | 2016-08-20 | 1 | -6/+136 |
| | | | | exported zip file for pages. | ||||
* | Pages populate the available-to-export list. New checkbox class for smaller ↵ | Andrew Manning | 2016-08-19 | 1 | -4/+10 |
| | | | | boxes. | ||||
* | Progress implementing zip file export | Andrew Manning | 2016-08-17 | 1 | -2/+24 |
| | |||||
* | multi acl: port /webpages and /mitem | Mario Vavti | 2016-08-04 | 1 | -0/+1 |
| | |||||
* | Improved UI. Removed logger statements. | Andrew Manning | 2016-07-31 | 1 | -9/+17 |
| | |||||
* | Import element selection page added to allow selective importing. | Andrew Manning | 2016-07-30 | 1 | -22/+91 |
| | |||||
* | Starting to make the import selection page after element scan. | Andrew Manning | 2016-07-20 | 1 | -80/+98 |
| | |||||
* | Importing webpage elements from manually entered cloud file path work. All ↵ | Andrew Manning | 2016-07-17 | 1 | -2/+21 |
| | | | | detected elements are automatically imported. | ||||
* | Added functions to check cloud files path and return path with hashed names | Andrew Manning | 2016-07-17 | 1 | -51/+5 |
| | |||||
* | Stash changes to merge from dev | Andrew Manning | 2016-07-16 | 1 | -13/+43 |
| | |||||
* | Postpone remote folder import until filesystem mirroring matures. | Andrew Manning | 2016-07-16 | 1 | -2/+36 |
| | |||||
* | Refactored the scan and import functions to reduce redundant code and ↵ | Andrew Manning | 2016-07-14 | 1 | -373/+23 |
| | | | | simplify logic. Import of pages, layouts, and blocks works. | ||||
* | Blocks, pages, and layouts import from zip file. Layouts are not applied to ↵ | Andrew Manning | 2016-07-13 | 1 | -9/+190 |
| | | | | pages until imported twice though. | ||||
* | Updated import_blocks for database calls | Andrew Manning | 2016-07-13 | 1 | -5/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-12 | 1 | -2/+1 |
|\ | |||||
| * | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 1 | -2/+1 |
| | | |||||
* | | Import blocks from zip file, but needs updates as detailed in ↵ | Andrew Manning | 2016-07-12 | 1 | -0/+222 |
|/ | | | | https://gitlab.com/zot/hubsites/merge_requests/2 | ||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -1/+1 |
| | | | | which should fix issue #431 | ||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -5/+13 |
| | | | | 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. | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | make editwebpage use status_editor() and fix storing of layout on webpage ↵ | Mario Vavti | 2016-05-09 | 1 | -17/+14 |
| | | | | creation | ||||
* | Update some modules to use new ACL dialog feature | Treer | 2016-05-08 | 1 | -1/+2 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+207 |