aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
Commit message (Expand)AuthorAgeFilesLines
* Add some documentation for import functions.Klaus Weidenbach2017-03-301-225/+337
* code_allowed is a real mess. Start the cleanup by remving the account level c...zotlabs2017-03-291-31/+3
* remove redundant and non-functional/broken check for successfully cloned chan...zotlabs2017-03-201-6/+0
* remove logger linesAndrew Manning2017-02-111-1/+0
* Webpage import tool works again after setting iconfig properly and following ...Andrew Manning2017-02-111-14/+19
* superfluous whitespace cleanupzotlabs2017-01-311-350/+357
* channel move stuff (disabled currently because not yet complete)zotlabs2017-01-091-3/+16
* logger typoszotlabs2016-12-301-2/+2
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-271-7/+7
* issue #564zotlabs2016-10-211-1/+1
* additional array checkingzotlabs2016-10-131-2/+4
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-119/+24
* caught one typo from the last checkinzotlabs2016-10-121-1/+1
* remove the rest of the backticks from sql queries; replace with TQUOT const w...zotlabs2016-10-121-56/+56
* issue #538 continuedredmatrix2016-09-291-1/+1
* issue #519 continuedredmatrix2016-09-281-1/+4
* Merge branch 'nulldate' into devredmatrix2016-09-261-4/+4
|\
| * null_date conversion; phase 1redmatrix2016-09-251-4/+4
* | issue #526redmatrix2016-09-221-0/+3
|/
* Imported webpage elements update existing elements properly. AllowCode permis...Andrew Manning2016-08-301-12/+11
* Block export and re-import works. Fixed bug where layout content was not bein...Andrew Manning2016-08-201-2/+53
* Layouts list and are selectable for export to the zip fileAndrew Manning2016-08-201-2/+46
* Export of pages and their layouts to a zip file works. Bug on importing the e...Andrew Manning2016-08-201-1/+44
* Pages populate the available-to-export list. New checkbox class for smaller b...Andrew Manning2016-08-191-0/+62
* fix attached photo/file permissions on clonesredmatrix2016-08-151-0/+4
* /storeurl/cloudurl/redmatrix2016-08-011-2/+2
* add a few more path macros to portable menu elements (channelurl, pageurl, st...redmatrix2016-07-311-0/+9
* Improved UI. Removed logger statements.Andrew Manning2016-07-311-3/+3
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-211-9/+38
|\
| * issue #453 and a bug noted from the logfiles related to the schema change las...redmatrix2016-07-201-1/+1
| * more perms workredmatrix2016-07-181-0/+1
| * export/import channel permissionsredmatrix2016-07-171-8/+36
* | Importing webpage elements from manually entered cloud file path work. All de...Andrew Manning2016-07-171-4/+4
* | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-5/+18
* | Refactored the scan and import functions to reduce redundant code and simplif...Andrew Manning2016-07-141-0/+200
|/
* sync flags even if post has not been editedredmatrix2016-06-301-19/+10
* 1. provide automatic relocation of important links in items that are imported...redmatrix2016-06-211-35/+24
* deprecate the item_id table - replace with iconfig. A possibly useful functio...redmatrix2016-06-131-9/+4
* DB schema issue with importredmatrix2016-06-121-12/+26
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-6/+20
* more db column renamesredmatrix2016-05-311-3/+9
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-0/+2
* daemon conversion continued...redmatrix2016-05-191-3/+3
* Synchronization: Directory creation on sync import corrected.sasiflo2016-05-171-8/+14
* an issue related to #386redmatrix2016-05-161-1/+1
* issue #383redmatrix2016-05-141-1/+0
* Ensure that channels can't be created with DAV reserved paths as a redress. S...redmatrix2016-05-111-3/+7
* add categories to apps (wip)redmatrix2016-05-041-9/+64
* implement the singleton delivery stuffredmatrix2016-04-261-5/+20
* move iconfig functions to include/config.php with all the rest of the configs...redmatrix2016-04-261-2/+5