Commit Graph

8133 Commits (c3c4275f33db13840ee9c50caac22840c1b5d92c)
 

Author SHA1 Message Date
Ivan Tcholakov c3c4275f33 Issue #306: Reworks about the initialization of the multibyte string library. 15 years ago
Ivan Tcholakov dd23b4423f Merge with 28bcc693e1629626a98cb81a6eecab4c3ccdace4 15 years ago
Ivan Tcholakov 1b116477fe Issue #306 - The multibute string library: Adding comments, corrections. 15 years ago
Julio Montoya d6cb5243ef Fixing width lenght and lang variables updated 15 years ago
Julio Montoya f12065d4df Showing success message when uploading zips 15 years ago
Julio Montoya 72192614fb Delete course from session fixed 15 years ago
Ivan Tcholakov a3cb586fd0 Issue #306 - The multibute string library: Restructuring the functions - those for internal use are renamed and moved in the correspondent file. 15 years ago
Ivan Tcholakov 9376bb9d20 Issue #306 - The multibute string library: Logic upgrades, optimizations for speed, part 2. 15 years ago
Julio Montoya 314c0d4484 Minor - replacing security::remove_XSS by intval 15 years ago
Julio Montoya 2d6fc98ca8 Minor - Show only extra fields that are visible 15 years ago
Julio Montoya 16c0200e52 Fixing footer in session list 15 years ago
Julio Montoya 8f74f3d532 Minor - Hiding \"modify\" column for users 15 years ago
Julio Montoya 3d3cf9f972 Minor - Fixing pages style 15 years ago
jmontoya f7637254e6 merge 15 years ago
jmontoya 20eb167a94 merge 15 years ago
jmontoya cd6260b910 merge 15 years ago
Julio Montoya 27a9470b15 Adding session_category table 15 years ago
Julio Montoya f83def9a2e Fixing session course list style 15 years ago
rvelasquez eb7e83c301 merge 15 years ago
Ronny Velasquez 26d33a85b0 Added the \"session_id\" on table \"link_category\" for each course 15 years ago
Julio Montoya 8faa95a517 Do not update the coach id of all courses when editing only the session configuration. 15 years ago
Julio Montoya 406b01920f Adding get_lang instead of a simple echo 15 years ago
Ivan Tcholakov 51a649cd96 Issue #306 - The multibute string library: Logic upgrades, optimizations for speed. 15 years ago
Ivan Tcholakov a29e18b691 Issue #306 - Fixing some my mistakes about using the function api_transliterate(). 15 years ago
Ivan Tcholakov 9c822d52b6 Merge with e54d7d8e2f6b7c183b23d9acc39437b6923afe12 15 years ago
Ivan Tcholakov b188da6f32 Issue #306 - The multibute string library: Fixing my newly made mistakes, logic upgrades, optimizations for speed. 15 years ago
Julio Montoya d715356e8c Minor - Student can't see an edit button 15 years ago
Ronny Velasquez 156204a94b Added the \"session_id\" on table \"tool\" for each course 15 years ago
Ivan Tcholakov b4635b9089 Issue #306 - The myltibyte string library: Various reworks are in progress. 15 years ago
Ivan Tcholakov 0cc113bd14 Issue #306 - The myltibyte string library: Reorganizing some functions. Upgrading the function api_substr() so it could process UTF-8 strings correctly even if there are no mbstring and iconv extensions installed. 15 years ago
Ivan Tcholakov 92f17bf970 Merge with c21f768c1bb02fb77223f577f3f89d517ef5200d 15 years ago
Ivan Tcholakov 6cf885f3b3 Feature #306 - Upgrading the myltibyte string library with php-implemented conversion functionality for some single-byte character sets (non-UTF8): 15 years ago
Julio Montoya bdb5e5dc4b Minor - Adding escape_string functions 15 years ago
Julio Montoya 615d141492 Minor - Adding remove_XSS function 15 years ago
Julio Montoya 23e67f1f01 Fixing typo 15 years ago
jmontoya 0f60316b8d Merge 15 years ago
Julio Montoya 341353c73e Fixes #5109 15 years ago
Cristian Fasanando 543b410b42 fixed button search in forum - partial DT #5116 15 years ago
Julio Montoya cf0e3ab958 Hiding test result in coach reporting view 15 years ago
Julio Montoya 065dc60cb3 Fixing export csv 15 years ago
Cristian Fasanando e7fd18c27b Fixed large message was joined with button when you create a backup for a course - partial see DT#5115 15 years ago
Arthur Portugal 86bbe03c45 Merge 15 years ago
Arthur Portugal 5e84e0aead Commented header with title without get_lang 15 years ago
Cristian Fasanando 08013fc7d7 Fixed navigation text and icon when you add a item for exercise tool - see DT#5115 15 years ago
Arthur Portugal 64584c7d07 Updated sub_language added only one function 15 years ago
Ivan Tcholakov 9934f4b62a Feature #4282: The function process_uploaded_file() has been reworked, PHP4-code in it has been removed. 15 years ago
Ivan Tcholakov 1aced5a9f3 Merge with 758c1d6c418f5c5ea34870d3191975fa7baecf10 15 years ago
Ivan Tcholakov 7d07b31a40 Task #306 - The myltibyte string library: Final corrections in the functions api_htmlentities() and api_html_entity_decode(). 15 years ago
Patrick Cool 4254ec41b2 commit test 15 years ago
Ivan Tcholakov d622e4b58a Task #306 - The myltibyte string library: Renaming the functions api_utf8_to_unicode() and api_utf8_from_unicode() as _api_utf8_to_unicode() and _api_utf8_from_unicode(). These functions are for internal use only, so they are moved into the correspondent file. Upgrading the function api_htmlentities(), so it to be able to work with UTF-8 strings even without installed extension mbstring and iconv (the core php5 function htmlentities() does not deal with UTF-8 strings correctly). 15 years ago