- 14 Jul, 2020 1 commit
-
-
François Jacquet authored
-
- 05 Mar, 2020 1 commit
-
-
François Jacquet authored
-
- 25 Feb, 2020 1 commit
-
-
François Jacquet authored
-
- 15 Jul, 2019 1 commit
-
-
François Jacquet authored
-
- 16 Apr, 2019 2 commits
-
-
François Jacquet authored
Some equality checks were changed from == to === and != to !==
-
François Jacquet authored
-
- 16 Nov, 2018 1 commit
-
-
François Jacquet authored
-
- 26 Feb, 2018 2 commits
-
-
François Jacquet authored
Format SubmitButton() calls
-
François Jacquet authored
Add dates requested by User to the $_REQUEST (& $_POST) array index specified.
-
- 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.
-
- 08 Feb, 2017 1 commit
-
-
François Jacquet authored
Format code
-
- 03 Feb, 2017 1 commit
-
-
François Jacquet authored
-
- 15 Dec, 2016 2 commits
-
-
François Jacquet authored
Format _makeTextInput functions code. Rename local "make*Input" functions to "_make*Input" (add underscore)
-
François Jacquet authored
-
- 07 Sep, 2016 1 commit
-
-
François Jacquet authored
Unset modfunc & ID
-
- 21 Mar, 2016 1 commit
-
-
François Jacquet authored
-
- 07 Mar, 2016 1 commit
-
-
François Jacquet authored
-
- 14 Feb, 2016 1 commit
-
-
François Jacquet authored
Optimize RequestedDates POST values set check + Sanitize MarkDown for Portal Notes & Assign other info
-
- 10 Dec, 2015 1 commit
-
-
François Jacquet authored
-
- 30 Oct, 2015 1 commit
-
-
François Jacquet authored
-
- 20 Oct, 2015 5 commits
-
-
François Jacquet authored
-
François Jacquet authored
Replace "=>$" with " => $" Replace "=>'" with " => '" Replace "=>array(" with " => array(" Replace "=>0" with " => 0" Replace "=>_(" with " => _("
-
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 ("
-
- 16 Oct, 2015 1 commit
-
-
François Jacquet authored
-
- 15 Oct, 2015 1 commit
-
-
François Jacquet authored
-
- 07 Oct, 2015 1 commit
-
-
François Jacquet authored
-
- 30 Jul, 2015 1 commit
-
-
François Jacquet authored
-
- 05 Mar, 2015 1 commit
-
-
François Jacquet authored
//modif Francois: => //FJ
-
- 19 Sep, 2014 1 commit
-
-
François Jacquet authored
-
- 18 Sep, 2014 1 commit
-
-
François Jacquet authored
-
- 10 May, 2014 1 commit
-
-
François Jacquet authored
replace if($value) condition with if(!empty($value) || $value=='0')
-
- 28 Apr, 2014 1 commit
-
-
François Jacquet authored
- add AllowEdit() check when update or remove in an Admin program
-
- 21 Jul, 2013 2 commits
-
-
François Jacquet authored
Remove str_replace("\'","''",$value)
-
François Jacquet authored
Bugfix SQL bug when incomplete or non-existent date
-
- 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
-