(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:51, 3 January 2008 (diff | hist) . . (+381) . . N Template:Ckfinder Image upload Description (New page: Sometimes a user can try to upload a file which isn't an image file but appears as if it would be a one. Example: You have a text file called document.jpeg and you try to upload it. If you...)
- 11:48, 3 January 2008 (diff | hist) . . (+107) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Security/Double file extensions (New page: {{Ckfinder Double extensions Description|code=<pre>CKFinder_Config.Add "CheckDoubleExtension", True</pre>}})
- 11:47, 3 January 2008 (diff | hist) . . (+11) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Security/Double file extensions
- 11:46, 3 January 2008 (diff | hist) . . (-672) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Security/Double file extensions
- 11:42, 3 January 2008 (diff | hist) . . (+386) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Security (New page: Due to improve security issues on your server please follow the information written in sections below: * [[CKFinder/Developers Guide/ASP/Configuration/Security/Double file extensions|Doub...)
- 11:41, 3 January 2008 (diff | hist) . . (0) . . CKFinder 1.x/Developers Guide/ASP/Configuration/Resource Types/New
- 11:41, 3 January 2008 (diff | hist) . . (+895) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Resource Types/New (New page: To create a new resource type you should place the section below in your config.asp file. Note that the options you can use are discribed in the [[CKFinder/Developers Guide/ASP/Configurati...)
- 11:39, 3 January 2008 (diff | hist) . . (+2) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Resource Types/New
- 11:39, 3 January 2008 (diff | hist) . . (0) . . CKFinder 1.x/Developers Guide/ColdFusion/Configuration/Resource Types/New
- 11:36, 3 January 2008 (diff | hist) . . (-1) . . CKFinder 1.x/Developers Guide/ColdFusion/Configuration/Resource Types/New
- 11:35, 3 January 2008 (diff | hist) . . (-2) . . CKFinder 1.x/Developers Guide/ColdFusion/Configuration/Resource Types/Built-in
- 11:33, 3 January 2008 (diff | hist) . . (-7) . . CKFinder 1.x/Developers Guide/ASP/Configuration/Resource Types/Built-in
- 11:33, 3 January 2008 (diff | hist) . . (+3,466) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Resource Types/Built-in (New page: == Default resources == === Resources types === There are three built-in resources types in CKFinder: '''files''', '''images''' and '''flash'''. They appear in the config.asp file as bel...)
- 11:17, 3 January 2008 (diff | hist) . . (-197) . . CKFinder 1.x/Developers Guide/ColdFusion/Configuration/Resource Types
- 11:16, 3 January 2008 (diff | hist) . . (-198) . . CKFinder 1.x/Developers Guide/ASP.NET/Configuration/Resource Types
- 11:16, 3 January 2008 (diff | hist) . . (+231) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Resource Types (New page: {{Ckfinder resourcetype description}} * Built-in resource types * [[CKFinder/Developers Guide/ASP/Configuration/Res...)
- 11:15, 3 January 2008 (diff | hist) . . (-198) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Resource Types
- 11:15, 3 January 2008 (diff | hist) . . (+234) . . N Template:Ckfinder resourcetype description (New page: ResourceType : defines the "resource types" handled in CKFinder. A resource type is nothing more than a way to group files under different paths, each one having different configurati...) (current)
- 11:14, 3 January 2008 (diff | hist) . . (-340) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Images
- 11:13, 3 January 2008 (diff | hist) . . (-339) . . CKFinder 1.x/Developers Guide/ColdFusion/Configuration/Images
- 11:13, 3 January 2008 (diff | hist) . . (-339) . . CKFinder 1.x/Developers Guide/ASP.NET/Configuration/Images
- 11:12, 3 January 2008 (diff | hist) . . (-339) . . CKFinder 1.x/Developers Guide/ASP/Configuration/Images
- 11:12, 3 January 2008 (diff | hist) . . (+369) . . N Template:Ckfinder image description (New page: The CKFinder allows you to create thumbnails and to scale the upload images to the size preferred by you. In order to learn more read this section. It will provide you information about ho...)
- 11:11, 3 January 2008 (diff | hist) . . (+214) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Images/Scaling (New page: {{Ckfinder scaling description}} <pre>Set Images = server.CreateObject("Scripting.Dictionary") Images.Add "maxWidth", 1200 Images.Add "maxHeight", 1200 Images.Add "quality", 80 Images.Add ...)
- 11:10, 3 January 2008 (diff | hist) . . (+2) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Images/Scaling
- 11:10, 3 January 2008 (diff | hist) . . (-310) . . CKFinder 1.x/Developers Guide/ColdFusion/Configuration/Images/Scaling
- 11:09, 3 January 2008 (diff | hist) . . (0) . . m Template:Ckfinder scaling description (Template:Ckfinder image description moved to Template:Ckfinder scaling description) (current)
- 11:08, 3 January 2008 (diff | hist) . . (-304) . . CKFinder 1.x/Developers Guide/PHP/Configuration/Images/Scaling
- 11:07, 3 January 2008 (diff | hist) . . (+341) . . N Template:Ckfinder scaling description (New page: The scaling option gives you an oppurtunity to specify the maximum size of uploading images. If the size is bigger than the one specified by you, the image size will be scaled to your size...)
- 11:06, 3 January 2008 (diff | hist) . . (0) . . CKFinder 1.x/Developers Guide/ASP/Configuration/Access Control
- 11:05, 3 January 2008 (diff | hist) . . (+405) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Images/Thumbnails (New page: You can set thumbnails parameters byc changing the values of the parameters: <pre>Set Thumbnails = server.CreateObject("Scripting.Dictionary") Thumbnails.Add "url", baseUrl & "_thumbs"...)
- 11:03, 3 January 2008 (diff | hist) . . (+522) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Images (New page: The CKFinder allows you to create thumbnails and to scale the upload images to the size preferred by you. In order to learn more read this section. It will provide you information about ho...)
- 11:01, 3 January 2008 (diff | hist) . . (+4,082) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Access Control (New page: __TOC__ Access control is a way you to give your users different permissions while working on folders and files. The default setting in the config.php file gives permission to every user ...)
- 10:24, 3 January 2008 (diff | hist) . . (+201) . . N CKFinder 1.x/Developers Guide/ASP (New page: * System Requirements * Installation * [[CKFinder/Developers Guide/ASP/Configuration|Co...)
- 10:22, 3 January 2008 (diff | hist) . . (+1,749) . . N CKFinder 1.x/Developers Guide/ASP/Configuration/Quick Start (New page: === Enabling === The first step you should take in order to configure your CKFinder is enabling it. This option is essential for the program to work properly.<br>You should enable this op...)
- 10:13, 3 January 2008 (diff | hist) . . (+1,238) . . N CKFinder 1.x/Developers Guide/ASP/Configuration (New page: CKFinder configuration in the ASP language is based on editing the '''config.asp''' file. To learn more go throughout the following sections: * [[CKFinder/Developers Guide/ASP/Configurati...)
- 10:09, 3 January 2008 (diff | hist) . . (+33) . . CKFinder 1.x/CKFinder for ASP
- 10:08, 3 January 2008 (diff | hist) . . (+6) . . CKFinder 1.x/CKFinder for ASP
- 10:07, 3 January 2008 (diff | hist) . . (+197) . . N CKFinder 1.x/CKFinder for ASP (New page: System Requirements Installation [[CKFinder/Developers Guide/ASP/Configuration|Config...)
- 10:06, 3 January 2008 (diff | hist) . . (+49) . . CKFinder 1.x
- 10:05, 3 January 2008 (diff | hist) . . (-3) . . CKFinder 1.x/Developers Guide
- 10:05, 3 January 2008 (diff | hist) . . (+3) . . CKFinder 1.x/Developers Guide
- 10:05, 3 January 2008 (diff | hist) . . (+11) . . CKFinder 1.x/Developers Guide
- 10:04, 3 January 2008 (diff | hist) . . (+227) . . CKFinder 1.x/Developers Guide
- 13:17, 2 January 2008 (diff | hist) . . (-16) . . FCKeditor 2.x/Developers Guide/Integration/AFP
- 13:15, 2 January 2008 (diff | hist) . . (+14) . . FCKeditor 2.x/Developers Guide/Integration/AFP
- 13:08, 2 January 2008 (diff | hist) . . (+711) . . FCKeditor 2.x/Developers Guide/Integration/AFP
- 12:57, 2 January 2008 (diff | hist) . . (+1,752) . . FCKeditor 2.x/Developers Guide/Integration/AFP
- 12:51, 2 January 2008 (diff | hist) . . (+202) . . FCKeditor 2.x/Developers Guide/Integration/AFP
- 12:50, 2 January 2008 (diff | hist) . . (+4) . . N FCKeditor 2.x/Developers Guide/Integration/AFP (New page: asdd)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)