- Feb 06, 2017
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
- Feb 03, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: Implement HTML Formelement attribute 'autofocus'. Add function checkAutoFocus().
-
Carsten Rose authored
-
Carsten Rose authored
-
- Feb 02, 2017
-
-
Elias Villiger authored
-
Elias Villiger authored
-
Carsten Rose authored
Constants.php: Added SQL_LOG_MODE_ERROR - used to force logging of failed SQL queries. Database.php: Removed temorary debugSql output in error messages. Added 'forced' logging of SQL queries if they failed.
-
- Jan 31, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
QuickFormQuery.php: Suppress renderinf of form title during a 'delete' call. No one will see and required parameters are not supplied.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormTable.php, Constants.php, QuickFormQuery.php, Index.rst: Implemented Paramater 'extraDeleteForm' for 'forms' and 'subrecords'. Doku update.
-
Carsten Rose authored
AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormTable.php: Remove parameter 'table' from Delete SIP URLs. ToolTip updated.
-
- Jan 30, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
https://project.math.uzh.ch/issues/3066Rafael Ostertag authored
Partially fixes https://project.math.uzh.ch/issues/3066: Once the hidden class has been remove in order to display the validation message, it won't be re-added upon validation success.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
- Jan 29, 2017
-
-
Carsten Rose authored
QuickFormQuery.php: for modeForm='Form Delete' the 'required param' are not respected - this makes sense, cause these parameters typically filled in newly created records.
-
Carsten Rose authored
Link.php, Report.php: New '_link' token 'x'. '_paged' and '_Paged' are rendered via Link() class, Link() class now supports delete links.
-
- Jan 28, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
ReportTest.php: implemented various exception tests for missing parameter of _paged
-
Carsten Rose authored
Link.php: Check paged / Paged that the parameter r, table and form are given in the right combination.
-
Carsten Rose authored
ReportTest.php: adjusted test to removed 'p:' parameter
-
Carsten Rose authored
-
Carsten Rose authored
Report.php, Constants.php: introduce constants for report column keywords. Remove code to handle unecessary 'p:' tag for delete links.
-
- Jan 27, 2017
-
-
Carsten Rose authored
-
- Jan 26, 2017
-
-
Carsten Rose authored
Link.php, Report.php, AbstractBuildForm.php, BuildFormBootstrap.php, Constants.php: on various points replaced native string against API_DIR and newly API_DELETE_PHP.
-
Carsten Rose authored
Index.rst, Constants.php: reverted parameter '_table' in delete links back to 'table' - Reason: 'form' needs to be 'form' (instead of '_form') due to many used places already. Sip.php: move SIP_TARGET_URL back to stored inside SIP - it's necessary for 'delete'-links.
-
Carsten Rose authored
-