Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-30 | Translate all frontend texts to german | Benjamin Franzke | 1 | -2/+2 | |
2013-01-26 | Revert "Put queries into a transaction and rollback after user query" | Benjamin Franzke | 1 | -6/+0 | |
This reverts commit f670f9aaa9e333b8d66309729bce7a8ff94f3960. Doesnt work... | |||||
2013-01-26 | Put queries into a transaction and rollback after user query | Benjamin Franzke | 1 | -0/+6 | |
So that users cannot change the database. This has the disadvantage, that we cant have tests where user has to insert stuff. | |||||
2013-01-25 | Fix coding style | Benjamin Franzke | 1 | -30/+30 | |
2013-01-25 | Replace all deprecated error() calls with print_error | Benjamin Franzke | 1 | -2/+2 | |
2013-01-25 | Add settings page for database connection | Benjamin Franzke | 1 | -1/+8 | |
2013-01-24 | Forbid guest-user to do queries | Benjamin Franzke | 1 | -0/+7 | |
2013-01-24 | view.php: Remove unneded comments | Benjamin Franzke | 1 | -8/+0 | |
2013-01-24 | Focus query input box by default | Benjamin Franzke | 1 | -1/+1 | |
2013-01-24 | Remove comment from newmodule example | Benjamin Franzke | 1 | -2/+0 | |
2013-01-24 | Show already filed queries. | Benjamin Franzke | 1 | -5/+13 | |
And if it was correct. | |||||
2013-01-24 | Store user query and if query was correct | Benjamin Franzke | 1 | -0/+2 | |
2012-11-24 | sqlbox: Print query only if one was supplied | Benjamin Franzke | 1 | -1/+1 | |
2012-11-23 | sqlbox/view: Fix missing $ in db connection check | Benjamin Franzke | 1 | -1/+1 | |
The default error_reporting of moodle, made that this programming error wasnt found earlier. | |||||
2012-11-23 | sqlbox: Fix incorrect call to old name of table_from_query | Benjamin Franzke | 1 | -1/+1 | |
2012-11-23 | sqlbox: Move db_table_from_query to locallib.php | Benjamin Franzke | 1 | -18/+2 | |
2012-11-23 | sqlbox/view: Check against example query only if available | Benjamin Franzke | 1 | -2/+9 | |
2012-11-23 | sqlbox: Compare user query results from a definable query | Benjamin Franzke | 1 | -2/+7 | |
2012-11-23 | sqlbox/view: Put query to table code into own function | Benjamin Franzke | 1 | -6/+15 | |
2012-11-22 | sqlbox: Remove unneeded brackets in class initialization | Benjamin Franzke | 1 | -1/+1 | |
2012-11-22 | sqlbox: User html_output::table to show query result | Benjamin Franzke | 1 | -12/+9 | |
..instead of own table code. | |||||
2012-11-21 | sqlbox: Display error message | Benjamin Franzke | 1 | -1/+1 | |
2012-11-21 | Revert "Add additional error string from database." | Benjamin Franzke | 1 | -4/+1 | |
This reverts commit 0b3e94f02d5c4cfcfb93a90896881652eceafc55. | |||||
2012-11-21 | Add additional error string from database. | Jan Klemkow | 1 | -1/+4 | |
2012-11-21 | sqlbox: Add prefixes to form | Benjamin Franzke | 1 | -3/+3 | |
Or it clashes with moodle search box. | |||||
2012-11-21 | Change output box border style. | Jan Klemkow | 1 | -1/+1 | |
2012-11-21 | sqlbox: Close database connection | Benjamin Franzke | 1 | -0/+1 | |
2012-11-21 | sqlbox: Show query field names | Benjamin Franzke | 1 | -0/+4 | |
2012-11-21 | Add border to output table. | Jan Klemkow | 1 | -1/+1 | |
2012-11-21 | Fix wrong td tag. | Jan Klemkow | 1 | -1/+1 | |
2012-11-21 | Query output format as table. | Jan Klemkow | 1 | -2/+7 | |
2012-11-21 | sqlbox: s/Query/SQL Query/ | Benjamin Franzke | 1 | -1/+1 | |
2012-11-21 | sqlbox: Remove "Yay! It works!" | Benjamin Franzke | 1 | -1/+0 | |
2012-11-21 | sqlbox: Add support for issuing query to database | Benjamin Franzke | 1 | -1/+0 | |
2012-11-21 | wip | Benjamin Franzke | 1 | -1/+18 | |
2012-11-21 | sqlbox/view: Pass page url to form | Benjamin Franzke | 1 | -2/+1 | |
2012-11-21 | change data output for debug purpos. | Jan Klemkow | 1 | -4/+1 | |
2012-11-21 | Add raw data output. | Jan Klemkow | 1 | -0/+5 | |
2012-11-20 | sqlbox: Add a simple form using formslib | Benjamin Franzke | 1 | -6/+3 | |
2012-11-20 | Fix multiline string. | Jan Klemkow | 1 | -1/+1 | |
2012-11-20 | Add input box for sql string. | Jan Klemkow | 1 | -0/+7 | |
2012-10-09 | modify copyright comment | Jan Klemkow | 1 | -1/+1 | |
2012-10-09 | Rename 'newmodule' into sqlbox in all files. | Jan Klemkow | 1 | -15/+15 | |
2012-10-09 | add dummy module | Jan Klemkow | 1 | -0/+78 | |