(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:35, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/The Commands/RenameFolder
- 15:34, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/The Commands/CreateFolder
- 15:34, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/The Commands/GetFiles
- 15:34, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/The Commands/GetFolders
- 15:34, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/The Commands/Init
- 15:34, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/The Commands
- 15:33, 16 January 2008 (diff | hist) . . (+25) . . CKFinder 1.x/Server Side Integration/Error Messages
- 15:33, 16 January 2008 (diff | hist) . . (+32) . . CKFinder 1.x/Server Side Integration/The Connector Responses
- 15:33, 16 January 2008 (diff | hist) . . (+2) . . CKFinder 1.x/Server Side Integration/File Browser Requests
- 15:32, 16 January 2008 (diff | hist) . . (+30) . . CKFinder 1.x/Server Side Integration/File Browser Requests
- 15:32, 16 January 2008 (diff | hist) . . (+7) . . Template:CKFinder SSI Warning
- 15:31, 16 January 2008 (diff | hist) . . (+269) . . N Template:CKFinder SSI Warning (New page: '''<span style="">Note:</span> This information is intented for programmers interested in modifying the CKFinder core.'''<br>If you are interested in installing/configuring CFKin...)
- 15:30, 16 January 2008 (diff | hist) . . (+30) . . CKFinder 1.x/Server Side Integration
- 15:26, 16 January 2008 (diff | hist) . . (+163) . . CKFinder 1.x
- 15:22, 16 January 2008 (diff | hist) . . (+672) . . N CKFinder 1.x/Server Side Integration/Other Considerations (New page: == Repository Directory == The configuration file contains settings to point the connector to the directories in the File System where to upload and retrieve files and folders requested b...)
- 15:18, 16 January 2008 (diff | hist) . . (+2) . . CKFinder 1.x/Server Side Integration/Access Control List
- 15:18, 16 January 2008 (diff | hist) . . (-1) . . CKFinder 1.x/Server Side Integration/Access Control List
- 15:18, 16 January 2008 (diff | hist) . . (+1) . . CKFinder 1.x/Server Side Integration/Access Control List
- 15:18, 16 January 2008 (diff | hist) . . (+5) . . CKFinder 1.x/Server Side Integration/Access Control List
- 15:17, 16 January 2008 (diff | hist) . . (+1,926) . . N CKFinder 1.x/Server Side Integration/Access Control List (New page: == ACL – Access Control List == CKFinder comes with a powerful ACL feature, which makes it possible to define ACL settings at any level in the repository directories and subfolders. It ...)
- 15:12, 16 January 2008 (diff | hist) . . (+121) . . N CKFinder 1.x/Server Side Integration/Configurations File (New page: == Configurations File == The config file is explained in the Developer's Guide.)
- 15:10, 16 January 2008 (diff | hist) . . (+1) . . CKFinder 1.x/Server Side Integration/The Commands/QuickUpload
- 15:09, 16 January 2008 (diff | hist) . . (+3) . . CKFinder 1.x/Server Side Integration/The Commands/QuickUpload
- 15:09, 16 January 2008 (diff | hist) . . (+1,565) . . N CKFinder 1.x/Server Side Integration/The Commands/QuickUpload (New page: == QuickUpload == Adds a file in a folder. It generates a POST. <br>This command is pretty similar to the FileUpload command. ...)
- 14:58, 16 January 2008 (diff | hist) . . (+112) . . CKFinder 1.x/Server Side Integration/The Commands
- 14:57, 16 January 2008 (diff | hist) . . (+235) . . CKFinder 1.x/Server Side Integration
- 14:54, 16 January 2008 (diff | hist) . . (+444) . . N CKFinder 1.x/Server Side Integration/The Commands/Thumbnail (New page: == Thumbnail == Downloads the thumbnail of an image file. === Sample Request === Download the file named “Test.jpg” from the the root directory of the resource type “Files”. <pr...)
- 14:53, 16 January 2008 (diff | hist) . . (+963) . . N CKFinder 1.x/Server Side Integration/The Commands/DownloadFile (New page: == DownloadFile == Downloads a file from the server. === Sample Request === Download the file named “Test.jpg” from the the root directory of the resource type “Files”. <pre>con...)
- 14:52, 16 January 2008 (diff | hist) . . (+1,246) . . N CKFinder 1.x/Server Side Integration/The Commands/FileUpload (New page: == FileUpload == Adds a file in a folder. It generates a POST === Sample Request === Upload a file in the root directory of the resource type “Files”. <pre>connector.php?command=Fil...)
- 14:47, 16 January 2008 (diff | hist) . . (+577) . . N CKFinder 1.x/Server Side Integration/The Commands/DeleteFile (New page: == DeleteFile == Deletes a file. === Sample Request === In the root directory of the resource type “Files”, delete the file “Test.jpg”. <pre>connector.php?command=DeleteFile&...)
- 14:43, 16 January 2008 (diff | hist) . . (+664) . . N CKFinder 1.x/Server Side Integration/The Commands/RenameFile (New page: == RenameFile == Renames a file. === Sample Request === In the root directory of the resource type “Files”, rename the file “My File.jpg” to “New Name.jpg”. <pre>connector.p...)
- 14:42, 16 January 2008 (diff | hist) . . (+586) . . N CKFinder 1.x/Server Side Integration/The Commands/DeleteFolder (New page: == DeleteFolder == Deletes a folder. === Sample Request === Deletes the folder /Test/, of the resource type “Files”. <pre>connector.php?command=DeleteFolder&type=Files&curre...)
- 14:41, 16 January 2008 (diff | hist) . . (+773) . . N CKFinder 1.x/Server Side Integration/The Commands/RenameFolder (New page: == RenameFolder == Renames a folder. === Sample Request === Renames the folder /My Folder/, of the resource type “Files” to “Another Name”. <pre>connector.php?command=RenameFold...)
- 14:39, 16 January 2008 (diff | hist) . . (+604) . . N CKFinder 1.x/Server Side Integration/The Commands/CreateFolder (New page: == CreateFolder == Creates a child folder. === Sample Request === Create the “My Folder” folder in the root (/) folder of the resource type “Files”. <pre>connector.php?command=C...)
- 14:25, 16 January 2008 (diff | hist) . . (+208) . . CKFinder 1.x/Server Side Integration/The Commands/GetFiles
- 14:22, 16 January 2008 (diff | hist) . . (+1,190) . . N CKFinder 1.x/Server Side Integration/The Commands/GetFiles (New page: == GetFiles == Gets the list of files in a folder. === Sample Request === Get files from the /Docs/ folder of the resource type “Images”. <pre>connector.php?command=GetFiles&typ...)
- 14:20, 16 January 2008 (diff | hist) . . (+897) . . N CKFinder 1.x/Server Side Integration/The Commands/GetFolders (New page: == GetFolders == Gets the list of the children folders of a folder. === Sample Request === Get child folders from the /Docs/ folder of the resource type “Images”. <pre>connector.php...)
- 14:19, 16 January 2008 (diff | hist) . . (-88) . . CKFinder 1.x/Server Side Integration/The Commands
- 14:18, 16 January 2008 (diff | hist) . . (0) . . m CKFinder 1.x/Server Side Integration/The Commands/Init (Editing CKFinder/Server Side Integration/The Commands/Init moved to CKFinder/Server Side Integration/The Commands/Init)
- 14:16, 16 January 2008 (diff | hist) . . (-11) . . CKFinder 1.x/Server Side Integration/The Commands/Init
- 14:16, 16 January 2008 (diff | hist) . . (+21) . . CKFinder 1.x/Server Side Integration/The Commands/Init
- 14:15, 16 January 2008 (diff | hist) . . (-28) . . CKFinder 1.x/Server Side Integration/The Commands/Init
- 14:14, 16 January 2008 (diff | hist) . . (+1,019) . . N CKFinder 1.x/Server Side Integration/The Commands/Init (New page: == Init == This is the first command issued by CKFinder. It returns the general settings of the connector and all configured resource types. === Sample Request === <pre>connector.php?com...)
- 14:08, 16 January 2008 (diff | hist) . . (0) . . m CKFinder 1.x/Server Side Integration/File Browser Requests (CKFinder/Server Side Integration/File Bowser Requests moved to CKFinder/Server Side Integration/File Browser Requests)
- 14:07, 16 January 2008 (diff | hist) . . (+313) . . CKFinder 1.x/Server Side Integration
- 14:04, 16 January 2008 (diff | hist) . . (+1,751) . . N CKFinder 1.x/Server Side Integration/The Commands (New page: == The Commands == The current CKFinder throws several commands to the server side connectors. All commands expect XML formatted responses, with a few expections: <br> * [[Editing CKFin...)
- 13:57, 16 January 2008 (diff | hist) . . (+1,149) . . N CKFinder 1.x/Server Side Integration/Error Messages (New page: == Error Messages == The value of the "number" attribute of the <error> tag is always checked when receiving response. The data is processed only if the "ErrorNumber" value is equal...)
- 13:55, 16 January 2008 (diff | hist) . . (+810) . . N CKFinder 1.x/Server Side Integration/The Connector Responses (New page: == The Connector Responses == All Connector responses have the same base XML structure, like this: <pre><?xml version="1.0" encoding="utf-8" ?> <Connector resourceType=" Re...)
- 13:53, 16 January 2008 (diff | hist) . . (+1,024) . . N CKFinder 1.x/Server Side Integration/File Browser Requests (New page: == The File Browser Requests == All requests are simply made by CKFinder using the normal HTTP channel. The request info is always passed by QueryString in the URL that uses the following...)
- 13:49, 16 January 2008 (diff | hist) . . (+4) . . CKFinder 1.x/Server Side Integration
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)