- 14 Jul, 2020 1 commit
-
-
François Jacquet authored
-
- 14 Aug, 2019 1 commit
-
-
François Jacquet authored
Format PHP code
-
- 01 Aug, 2019 1 commit
-
-
François Jacquet authored
-
- 16 Apr, 2019 1 commit
-
-
François Jacquet authored
Some equality checks were changed from == to === and != to !==
-
- 15 Apr, 2019 1 commit
-
-
François Jacquet authored
Use ! empty() instead, or cast variable to array.
-
- 16 Apr, 2018 1 commit
-
-
François Jacquet authored
-
- 26 Feb, 2018 1 commit
-
-
François Jacquet authored
Format SubmitButton() calls
-
- 14 Jan, 2018 2 commits
-
-
François Jacquet authored
-
François Jacquet authored
To finish, next is Grades/TeacherCompletion.php
-
- 05 May, 2017 1 commit
-
-
François Jacquet authored
Prevents showing an obsolete & confusing delete confirmation screen on page reload. Formatted code. Use PreparePHP_Self() in forms to maintain program state in Administration.php & Eligibility/Student.php. Fixed Cancel Delete Event in Calendar.php. Remove "# Associated" column from Student list in AddStudents.php. Added DBEscapeIdentifier() where missing. Aggregated some if conditions to simplify update / remove logic.
-
- 21 Mar, 2017 1 commit
-
-
François Jacquet authored
-
- 01 Mar, 2017 1 commit
-
-
François Jacquet authored
Reduce HTML markup, better control over lists & headers Move .cellspacing-0 inside .widefat Move .width-100p & .cellspacing-0 inside .header Move .width-100p inside .header & .list-header Remove hardcoded <br /> after / before lists & errors & add CSS margins
-
- 02 Jan, 2017 1 commit
-
-
François Jacquet authored
-
- 14 Mar, 2016 1 commit
-
-
François Jacquet authored
-
- 03 Mar, 2016 1 commit
-
-
François Jacquet authored
Remove isset() checks!
-
- 17 Feb, 2016 1 commit
-
-
François Jacquet authored
-
- 10 Dec, 2015 1 commit
-
-
François Jacquet authored
-
- 06 Nov, 2015 1 commit
-
-
François Jacquet authored
Move (Staff)Widgets(), append(Staff)SQL() & CustomFields() functions calls inside GetStaffList() & GetStuList() Real Fix Advanced Search :)
-
- 30 Oct, 2015 1 commit
-
-
François Jacquet authored
-
- 20 Oct, 2015 4 commits
-
-
François Jacquet authored
Replace "for($" with "for ( $" Replace "for( " with "for ( "
-
François Jacquet authored
Replace "if ($" with "if ( $" Replace "if (!" with "if ( !"
-
François Jacquet authored
Replace "foreach($" with "foreach ( (array)$" Replace "foreach( " with "foreach ( " Replace "foreach(array" with "foreach( array" Replace "foreach(explode" with "foreach ( explode"
-
François Jacquet authored
Replace "if(" with "if ("
-
- 07 Oct, 2015 1 commit
-
-
François Jacquet authored
-
- 12 Aug, 2015 1 commit
-
-
François Jacquet authored
-
- 05 Mar, 2015 1 commit
-
-
François Jacquet authored
//modif Francois: => //FJ
-
- 03 Mar, 2015 1 commit
-
-
François Jacquet authored
-
- 19 Feb, 2015 1 commit
-
-
François Jacquet authored
Remove inline CSS Remove unused search_fnc Remove unused $_ROSARIO['modules_search'] Fix Advanced Search
-
- 25 Jan, 2015 1 commit
-
-
François Jacquet authored
-
- 17 Jan, 2015 1 commit
-
-
François Jacquet authored
Remove inline style Only PNG format for button() function Create .button .bigger .smaller .cal CSS classes Create new ErrorMessage: warning Use button() function, always
-
- 13 Dec, 2014 1 commit
-
-
François Jacquet authored
-
- 01 Oct, 2014 1 commit
-
-
François Jacquet authored
-
- 19 Sep, 2014 1 commit
-
-
François Jacquet authored
-
- 08 Sep, 2014 1 commit
-
-
François Jacquet authored
- "RosarioSIS" program name in DB - Display DB name in strings previously containing "RosarioSIS" - Replace "RosarioSIS" with DB name in Help
-
- 28 Nov, 2013 1 commit
-
-
François Jacquet authored
- replace x.png with x_button.png - replace check.png with check_button.png - end IMG html tags
-
- 12 Nov, 2013 1 commit
-
-
François Jacquet authored
-Remove BackPrompt() -reindent code -take in account Search params for GetStuList
-
- 17 Sep, 2013 1 commit
-
-
François Jacquet authored
- Add error when no student selected
-
- 01 Aug, 2013 1 commit
-
-
François Jacquet authored
-
- 20 Jul, 2013 1 commit
-
-
François Jacquet authored
stripos => mb_stripos strlen => mb_strlen strpos => mb_strpos strrchr => mb_strrchr strrpos => mb_strrpos strstr => mb_strstr strtolower => mb_strtolower strtoupper => mb_strtoupper substr_count => mb_substr_count substr => mb_substr
-
- 02 Jul, 2013 1 commit
-
-
François Jacquet authored
First commit on GitHub for RosarioSIS
-