Commit Graph

8423 Commits (d45fb5c55cbb7858be60d8781b63378a73d24015)
 

Author SHA1 Message Date
Ivan Tcholakov d45fb5c55c Feature #306 - Cleaning code of the user profile page (further checks are to be done). A correction in UserManager class that prevents user photos to be shown as productions. 16 years ago
Ivan Tcholakov 8ca6741321 Feature #306 - Drafting future behaviour upgrade of the function api_get_path(). 16 years ago
Ivan Tcholakov b98e8c295e Feature #306 - The main API: Deprecating the function api_url_to_local_path(), moving its functionality to api_get_path(). Restructuring some code. Some author's names have been verified and written correctly in the UTF-8 encoded source file. 16 years ago
Ivan Tcholakov 96acaa4bd4 Feature #306 - Trimming whitespace from some system library files at the top level, from include-files and from some configuration files. 16 years ago
Ivan Tcholakov 89d78750b3 Merge with fb930f5e91735b7aba746e5b33424228c2fd474b 16 years ago
Ivan Tcholakov 1a1e783ed3 Feature #306 - The main API: Cleaning code and some minor optimizations, pass 3. Two string functions have been upgraded, some deprecated functions have been placed at the bottom of the file in a special section. 16 years ago
Arthur Portugal 3910660db7 Added image to forum size 16x16 16 years ago
Arthur Portugal 646959fc68 Added display icon to post and replay forum 16 years ago
aportugal dccbe6dae2 merge 16 years ago
Arthur Portugal e9e14cd4a2 Changed the color of header into forum 16 years ago
Arthur Portugal 43fd6dace5 Added name to each forum into groups 16 years ago
Ivan Tcholakov bbbeb075a3 Merge with 0e7eb459f5418115c3091537cc144f0532eca0b3 16 years ago
Ivan Tcholakov 51d0b9c94f Feature #306 - Database class and Display class: Trimming whitespace from source code. It was almost clean. 16 years ago
Juan Carlos Raña c0b931e6ff translate to spanish some files 16 years ago
Ivan Tcholakov 834f2aad5e Feature #306 - The main API: Cleaning code, pass 2. 16 years ago
Ivan Tcholakov 21be703720 Feature #306 - The main API: Cleaning code, some minor optimizations, pass 1. 16 years ago
Ivan Tcholakov c2f9d649d7 Feature #306 - Platform admin tool: Cleaning code + minor fixes in add/edit user forms. 16 years ago
Carlos Vargas a1dafa630c Wrong path in thickbox.js (in Windows) 16 years ago
Ivan Tcholakov 4907269505 Merge with dbcfa2e118c930a6be7eac0ade6c7782a7a8f469 16 years ago
Juan Carlos Raña ee5fa0dcb6 fix icon text 16 years ago
Ivan Tcholakov 4a20a38a7c Feature #306 - UserManager: Some minor optimizations ( this was the initial intention :-) ). A tricky rework about the method UserManager::get_user_picture_path_by_id(). A collateral fix about uploading user photos in the platform admin tool, now it works correctly, including the case api_get_setting('split_users_upload_directory') === 'true'. Uploading photos through user profile tool is to be checked. And... fixing two unsafe getimagesize() calls. By the way, the date picker in the forms "User add" and "User edit" (platform admin) does not work, IE8. 16 years ago
Ivan Tcholakov cf200bcdee Feature #306 - Optimization of the function get_lang(). 16 years ago
Ivan Tcholakov 9c9fd8c4aa Feature #306 - Course manager: Cleaning code, pass 3. 16 years ago
Ivan Tcholakov 20c6a205ca Feature #306 - Course manager: Cleaning code, pass 2. 16 years ago
Ivan Tcholakov 171df14334 Merge with aed2f21f3f1ea856a224bdfc2a5ba00429be3f05 16 years ago
Ivan Tcholakov f85d473144 Feature #306 - Course manager: Cleaning code, pass 1. 16 years ago
Juan Carlos Raña c023355e09 fix icon text 16 years ago
Ivan Tcholakov 60d8aaf9e1 Feature #306 - Course manager: Trimming whitespace in source code. 16 years ago
Carlos Vargas a28f8b21ab In now, the icon edit the theme of the forum 16 years ago
Ivan Tcholakov ff6f2e3984 Feature #306 - The internationalization library: Minor, cosmetic changes. 16 years ago
Ivan Tcholakov ad3a75527b Feature #306 - The internationalization library: Giving some functions better names - api_initialize_string_library() --> api_initialize_internationalization(), api_set_string_library_default_encoding --> api_set_internationalization_default_encoding(). 16 years ago
Ivan Tcholakov 7206eaf490 Feature #306 - Trimming whitespace in some source files. 16 years ago
Ivan Tcholakov 91f2b784f6 Feature #306 - It is all about internationalization: Moving code form the multibyte string library (which is removed as of now) to the internationalization library. 16 years ago
Ivan Tcholakov 80852449a8 Feature #306 - Trimming whitespace in a source file - all tests. 16 years ago
Ivan Tcholakov 1aec623a1f Feature #306 - Changes (final maybe) about username related logic. 16 years ago
Ivan Tcholakov 6df1c39ca2 Feature #306 - Replacing hard-coded values for username length in validation rules in some forms. Including "." (dot) and "_" (underscore) in the specification for usernames as valid characters. 16 years ago
Ivan Tcholakov de8687bf06 Feature #306 - Moving the constants for username specification from UserManager to the main API. They have to be accessible not only by the UserManager class. 16 years ago
Ivan Tcholakov 2f7c95b3e4 Feature #306 - Platform administration tool: Cleaning code (preparing for modifications) of the script for CSV-subscriptions to courses. Trimming whitespace from the main API file. 16 years ago
Ivan Tcholakov fe4de407cd Feature #306 - Platform administration tool: Cleaning code for course import. Revision again the logic for username validation and language id validation. A modification in the function api_validate_language(). Other minor fixes. 16 years ago
Ivan Tcholakov 5053645ad5 Feature #306 - Platform administration tool: Revision and code cleaning of class management pages. 16 years ago
Ivan Tcholakov 9d3ee62791 Issue #306 - Platform administration tool, "Add users to a class CSV": Code rework, revision of logic about usernames. Other minor changes. 16 years ago
Ivan Tcholakov f9f850e6d7 Issue #306 - Platform administration tool, "Add users to a class CSV": Cleaning source code. 16 years ago
Ivan Tcholakov 37dc9f98f8 Issue #306 - Platform administration tool: Trimming whitespace from all php-source files there. 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 cb1a44e1a2 Issue #306 - The UserManager class: Fixing an accidentally noticed issue related with getimagesize(), see http://www.dokeos.com/forum/viewtopic.php?t=16355 . Minir modification of the function get_lang() as it is needed for UserManager. Other minor changes. 16 years ago
Ivan Tcholakov adc74d7b26 Issue #306 - The UserManager class: Cleaning source code before making some modifications. 16 years ago
Ivan Tcholakov 5d16ef68bc Issue #306 - Web-services: Updating logic (as far as it is possible) for names, usernames, lanuages, encodings. Final cleaning. 16 years ago
Ivan Tcholakov 746a58c8c1 Issue #306 - Web-services: Cleaning code, pass 2. 16 years ago
Ivan Tcholakov a08f0cd983 Issue #306 - Web-services: Cleaning code, pass 1. 16 years ago
Ivan Tcholakov b23d9bc628 Issue #306 - Web-services: Trimming whitespace in source files. 16 years ago