Commit Graph

81 Commits (d72cfeba4318c986f09de355e1b51da012d9caaf)

Author SHA1 Message Date
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Juan Carlos Raña 40cb9dc3fa prevent the listing of several directories 16 years ago
Ivan Tcholakov 126bc0b053 Feature #272 - Various improvements and unification about dealing with the system encoding, the text direction, the interface language. 16 years ago
cvargas e969a4161a merge 16 years ago
Cristian Fasanando 7a88b575e2 fixed calendar from extra user field - partial DT#5496 16 years ago
John Hinojosa 6ca6786671 fixed - bug Calendar popup does not work issue #5359 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov aa41e35567 Feature #306 - Line endigs cohrrence, Part 2: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Ivan Tcholakov c938905398 Feature #306 - Replacing Database::get_language_isocode() with api_get_language_isocode(). 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov e1f30c1001 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files. 16 years ago
Ivan Tcholakov 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. 16 years ago
Ivan Tcholakov a3019a9959 Issue #306 - FormValidator: Updating code for the validation rule 'username'. This rule is served by the UserManager class now. 16 years ago
Ivan Tcholakov a6a6cea3a6 Bug #3646 and Issue #306 - The agenda tool: Fixing person name order to be dependable on the internationalization settings. Setting the date-picker to work with the system's encoding. Common changes: Replacing repetitive code for building localized arrays with week days and months with API-function calls. Some other minor changes. 16 years ago
Ivan Tcholakov b6c324f368 [svn r22096] FS#2867 - The "Surveys" tool: Eliminating the global variable $fck_attribute. 16 years ago
Ivan Tcholakov 78d9d0faec [svn r22048] FS#2867 - The exercises tool: Eliminating the global variable $fck_attribute within the file fill_blanks.class.php. 16 years ago
Ivan Tcholakov c4f34cb83d [svn r22047] FS#2867 - The exercises tool: Eliminating the global variable $fck_attribute within the file feedback.php. 16 years ago
Ivan Tcholakov e25035765d [svn r22027] FS#2867 - Course description and Documents tool: Elimination of the global variable $fck_attribute. User profile: Making the option 'ToolbarStartExpanded' configurable. 16 years ago
Ivan Tcholakov 27807e9717 [svn r21931] FS#2867 - The FCKEditor: Starting to use the new editor's configuration framework from the course hme page, the introduction section. Here (for example) the name of the toolbar is "hardcoded", this is inevitable. But width and height of the editor come from a configuration file, they can be tweaked by a non-programmer. Th shown manner avoids using the >global< variable $fck_attribute. 16 years ago
Ivan Tcholakov 9fdbae7f41 [svn r21910] FS#2867 - The FCKEditor: Starting to simplify configuration of the online editor. 16 years ago
Isaac Flores 47c9a37dae [svn r20484] logic changes - improvements in remove_XSS - (partial FS#4169) 17 years ago
Ivan Tcholakov 126ed7adee [svn r20456] FS#306 - The common libraries: Improvements for better encoding support, part 1. 17 years ago
Isaac Flores 630636a6e1 [svn r20428] logic changes - changed remove_XSS with htmlpurifier - (partial FS#4169) 17 years ago
Ivan Tcholakov 3e8343fb06 [svn r20260] FS#4146 - Fixing html-code generation for nice-styled buttons. 17 years ago
Cristian Fasanando f8dd37d7e0 [svn r19251] Logic change - Added option language with default value the platform language when you create a user - see FS#3909 17 years ago
Ivan Tcholakov 878f456d9b [svn r18283] FS#2867: FCKEditor: Finishing moving the default settings calculation mechanism from the formvalidator module to the editor's php-integration file. 17 years ago
Ivan Tcholakov 4edf006e64 [svn r18257] FS#2867: FCKEditor: Adding a settings calculation mechanism for editor's instancies that are not covered by formvalidator module. 17 years ago
Ivan Tcholakov d672cb4a8c [svn r18226] FS#2867 - FCKEditor: Forcing dialogs' quick upload tabs to work (if they are enabled) in advanced file manager mode too. 17 years ago
Noël Dieschburg c3c3d4ab74 [svn r18203] Button modification. 17 years ago
Ivan Tcholakov 69288159d3 [svn r18118] FS#2867 - FCKEditor: Platform administrators outside courses will use .../dokeos/home/default_platform_document/ repository. 17 years ago
Cristian Fasanando 3a55b1bc7a [svn r18078] Logic changes - Assigned date by default for date and date time fields when you add those ones into manager user field and added the possibility to select the year from 1900 - see FS#3452 17 years ago
Cristian Fasanando 92b0bae0d2 [svn r18057] Minor - Fixed bug in calendar not capture the date - see FS#3452 17 years ago
Ivan Tcholakov e5e1d3fe37 [svn r18026] FS#2867 - FCKEditor, file managers: Inserting code for calculation of the default repository settings that are valid for most of the cases. 17 years ago
Julio Montoya a37bfb6f9b [svn r18005] Adding some UI improvements Quiz Tool - see FS#3515 17 years ago
Ivan Tcholakov 14f8e9ee84 [svn r17581] FS#2970 - Advanced file manager: Refactoring integration code in formvalidator module. 17 years ago
Juan Carlos Raña 7e023d095d [svn r17509] last commit integrating ajaxfilemanager into Dokeos 17 years ago
Ivan Tcholakov 8ae812cf34 [svn r17412] FS#2867 - FCKEditor:Corrections in dynamically created configurations. 17 years ago
Ivan Tcholakov 4602940b59 [svn r17214] FS#2867 - FCKEditor: Fixing the browsing URL for the flv Player. 17 years ago
Yannick Warnier c591d5d4e0 [svn r17101] Minor - avoid notice-level log 17 years ago
Eric Marguin d4d88cc0bc [svn r16594] create an empty template and load it by default when creating a document 17 years ago
Yannick Warnier 6249cd11ec [svn r16033] Fix problem in user_add whereby the default expiration date was last year by allowing a max date of this year + 15 years instead of 5 for all datepicker forms 17 years ago
Julio Montoya 52c702b209 [svn r15984] FCKeditor 2.6.2 Added - fckeditor configuration set (see FS#2528) 17 years ago
Eric Marguin 67526d0a4b [svn r15269] improve display of oogie / woogie converter (FS#2480) 18 years ago
Yannick Warnier 5203267ec7 [svn r15181] Cleanup in link and description tools 18 years ago
Yannick Warnier f0a4d6ba1a [svn r15169] Minor: removed notice-level errors 18 years ago
Yannick Warnier 68d89ed22b [svn r15166] Minor: removed notice-level errors 18 years ago
Julio Montoya 05299330a1 [svn r15065] Added blank option in stylesheet picker. 18 years ago
Julio Montoya a55ae9c896 [svn r15030] Added CSS corporate, dokeos_classic, dokeos_classic_2D, silver_line (copy of old CSS) change the CSS select option. (see FS#2485) 18 years ago
Yannick Warnier 62074f5609 [svn r14809] Minor - Header update 18 years ago
Yannick Warnier bc20e4a349 [svn r14806] Added setLocalOption() method to override the default option if needed (will be used in profile page for extra fields) 18 years ago