Julio Montoya
|
22767cd915
|
Minor - format code, removing unused commented code.
|
11 years ago |
aragonc
|
94984e6b12
|
merge
|
11 years ago |
Julio Montoya
|
619b28c559
|
Security : Adding Security::remove_XSS see #6008
|
12 years ago |
Laurent Opprecht
|
bd7e321936
|
#3894 Calendar: windows (select date) too small
|
13 years ago |
Julio Montoya
|
6aa8c6c9e1
|
Minor cosmetic changes
|
13 years ago |
Julio Montoya
|
e0c616cf9b
|
Adding btn CSS class when adding a button with formvalidator, fixing CSS, fixing exercise buttons
|
13 years ago |
Julio Montoya
|
5a453927dd
|
When hidden course tools we also block the access to the page with a api_not_allowed a new variables is needed: $current_course_tool = TOOL_ATTENDANCE; see BT#4138. Admins have access everywhere
|
13 years ago |
Julio Montoya
|
b0347e5c4a
|
Minor - fixes in the UI
|
13 years ago |
Julio Montoya
|
b3903f59a1
|
Removing "language=javascript" not a valid and recomended attribute
|
13 years ago |
Julio Montoya
|
f18d73beaf
|
Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM
|
13 years ago |
Julio Montoya
|
1c9ddb4341
|
Fixing more queries due the new database changes (single database) see #3910
|
14 years ago |
Julio Montoya
|
9b744b08b5
|
Fixing SQL queries
|
14 years ago |
Yannick Warnier
|
2409e20513
|
Removed from all scripts
|
14 years ago |
Julio Montoya
|
b020f1dc61
|
Changing lot of queries in order to use one real course database see #3910
|
14 years ago |
Julio Montoya
|
c26dcd29b4
|
Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php
|
14 years ago |
Yannick Warnier
|
b80cabb1a5
|
Minor - Adapting code comments to phpdoc
|
14 years ago |
root
|
5b2ec4f888
|
permission commit + removes tests directory
|
14 years ago |
Juan Carlos Raña
|
f1724da932
|
Feature #2785 blogs
|
14 years ago |
Julio Montoya
|
09b7f334ca
|
Adding check_abs_path when using the DocumentManager::file_send_for_download to prevent downloading unwanted files see #2722
|
14 years ago |
Noel Dieschburg
|
409a1f0b06
|
Suppresses the test directory and sets the permission for production use
|
15 years ago |
Ivan Tcholakov
|
401a73c826
|
Duplicate inclusions of the library 'text.lib.php' have been removed.
|
15 years ago |
Ivan Tcholakov
|
4f1f351e61
|
Duplicate slashes in filenames have been removed.
|
15 years ago |
Noel Dieschburg
|
e6444dc928
|
Dummy permission commitx
|
15 years ago |
Julio Montoya
|
4b1420cac0
|
Replacing include_once to require_once
|
15 years ago |
christian1827
|
9620389815
|
merge
|
15 years ago |
Julio Montoya
|
055ff171ab
|
Cleaning code
|
15 years ago |
Julio Montoya
|
ecf96f6bff
|
Adding sortabletable.class.php Feature #272
|
15 years ago |
Noel Dieschburg
|
a5222167c0
|
Dummy changes
|
15 years ago |
Ivan Tcholakov
|
d7374d430e
|
Feature #347 - Blogs, Agenda, Chat, and Course description tool: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls.
|
15 years ago |
Julio Montoya
|
bf4b94e610
|
UI changes see CT#493
|
15 years ago |
Juan Carlos Raña
|
bc51c92f8c
|
fix semantic of several lang vars and icons
|
16 years ago |
cvargas
|
e969a4161a
|
merge
|
16 years ago |
Ivan Tcholakov
|
588a409e3a
|
Feature #306 - Line endigs cohrrence, Part 1: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files.
|
16 years ago |
Yannick Warnier
|
47022680ce
|
Accept gzopen64() too as a test of the zlib extension load
|
16 years ago |
Ivan Tcholakov
|
0e51c62659
|
Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "announcements" folder and ending with "group" folder.
|
16 years ago |
Ivan Tcholakov
|
760d14b72e
|
Bug #2867 - Trimming trailing whitespace in all (system range) javascript files.
|
16 years ago |
Ivan Tcholakov
|
7aef9165bf
|
Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files.
|
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 |
Carlos Vargas
|
1bed8b00ba
|
test
|
16 years ago |
Cristian Fasanando
|
c87dfa80b2
|
[svn r22201] Added library event.lib.inc.php in global.inc and remove require_once to this one from other files - partial FS#842
|
16 years ago |
Ivan Tcholakov
|
b8bf14f443
|
[svn r21933] FS#2867 - The FCKEditor, all introduction sections: Eliminating the global variable $fck_attribute.
|
16 years ago |
Patrick Cool
|
050d066149
|
[svn r20835] improve security
improve form consistency
improve form layout
project description no longer a required field
|
16 years ago |
Isaac Flores
|
b3ce5b7440
|
[svn r20792] minor - logic changes - replace COURSEMANAGER by COURSEMANAGERLOWSECURITY in blog tool - (partial FS#3909)
|
16 years ago |
Cristian Fasanando
|
9da69ce25b
|
[svn r20659] Fixed bug when you add a comment and add an image with the FCKeditor, the image is not displayed - partial FS#4207
|
16 years ago |
Cristian Fasanando
|
37f46dc98e
|
[svn r20500] Fixing vulnerabilities of security in announcement ,wiki and project tools - partial FS#4134
|
16 years ago |
Cristian Fasanando
|
4b02ad32e1
|
[svn r20413] Fixed vulnerabilities of security in wiki, agenda and project tools - partial FS#4134
|
16 years ago |
Isaac Flores
|
149986e10d
|
[svn r20109] logic changes - improvements in blog - (partial FS#4100)
|
16 years ago |
Arthur Portugal
|
03e04a115d
|
[svn r20034] Fixed the style display in project see FS#3909
|
16 years ago |
Patrick Cool
|
e3f96f0ea3
|
[svn r19881] form consistency
input validation (partially)
feedback messages
|
16 years ago |
Patrick Cool
|
56654523f6
|
[svn r19833] first part of consistency improvements (more to come)
|
16 years ago |