Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-14 | icon.gif: Resize to correct size of 16x16HEADmaster | Benjamin Franzke | 1 | -0/+0 | |
2013-02-14 | reportall: Show only enrolled users | Benjamin Franzke | 1 | -1/+7 | |
2013-02-14 | report: Rewrite to be able to query reports from a mysql moodle backend | Benjamin Franzke | 1 | -3/+6 | |
2013-01-30 | Use Query as label instad of Submit | Benjamin Franzke | 1 | -1/+1 | |
2013-01-30 | Translate all frontend texts to german | Benjamin Franzke | 4 | -4/+52 | |
2013-01-30 | reportall: Allow scrolling vertically | Benjamin Franzke | 1 | -0/+2 | |
Since moodle somehow doesnt allow vertical scrolling. | |||||
2013-01-30 | reportall: Remove php based indexing/ordering in output | Benjamin Franzke | 1 | -2/+2 | |
It is already done by the database. | |||||
2013-01-30 | reportall: Show users progress | Benjamin Franzke | 1 | -4/+9 | |
2013-01-30 | reportall: Fix query in TODO | Benjamin Franzke | 1 | -3/+3 | |
2013-01-30 | reportall: Add todo | Benjamin Franzke | 1 | -0/+11 | |
2013-01-29 | reportall: Do not show deleted users | Benjamin Franzke | 1 | -1/+1 | |
2013-01-29 | Use a textare for query input | Benjamin Franzke | 2 | -2/+2 | |
2013-01-27 | Add link to view all results | Benjamin Franzke | 1 | -0/+5 | |
2013-01-27 | reportall: Order results by id | Benjamin Franzke | 1 | -2/+2 | |
2013-01-26 | Move KAPV schema out of the sqlbox module | Benjamin Franzke | 1 | -130/+0 | |
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 | db_table_from_query: Fix array_fill if no columns were returned | Benjamin Franzke | 1 | -1/+1 | |
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 | reportall: Indicate whether a user did a query at all or not | Benjamin Franzke | 1 | -1/+1 | |
2013-01-25 | mod_form: Hide example settings | Benjamin Franzke | 1 | -1/+2 | |
2013-01-25 | Fix coding style | Benjamin Franzke | 6 | -60/+59 | |
2013-01-25 | Replace all deprecated error() calls with print_error | Benjamin Franzke | 5 | -5/+6 | |
2013-01-25 | Use print_error function for query error display | Benjamin Franzke | 3 | -2/+5 | |
2013-01-25 | Silence pg_query errors from php itself | Benjamin Franzke | 1 | -1/+1 | |
2013-01-25 | Add settings page for database connection | Benjamin Franzke | 3 | -2/+23 | |
2013-01-25 | lang: Add description for readqueries | Benjamin Franzke | 1 | -0/+1 | |
2013-01-25 | lang: Fix typo for addinstance | Benjamin Franzke | 1 | -1/+1 | |
2013-01-25 | reportall: Dont show guestuser | Benjamin Franzke | 1 | -0/+3 | |
Since we forbid guests to query.. | |||||
2013-01-24 | Add reportall to display tests results for all users.. | Benjamin Franzke | 1 | -0/+59 | |
2013-01-24 | Forbid guest-user to do queries | Benjamin Franzke | 1 | -0/+7 | |
2013-01-24 | report: Query only needed fields and generate values in SQL | Benjamin Franzke | 1 | -11/+11 | |
So concat firstname and lastname and substitude correctness with a utf-8 character representing false or true. Also always display table header. | |||||
2013-01-24 | view.php: Remove unneded comments | Benjamin Franzke | 1 | -8/+0 | |
2013-01-24 | Add report of queries for a sqlbox | Benjamin Franzke | 5 | -1/+71 | |
2013-01-24 | add sqlbox logo | Jan Klemkow | 2 | -0/+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 | Remove dummy file foo | Benjamin Franzke | 1 | -0/+0 | |
2013-01-24 | Add required capability addinstance | Benjamin Franzke | 3 | -1/+14 | |
2013-01-24 | Add custom icon | Benjamin Franzke | 2 | -0/+0 | |
From: http://sysoptic.files.wordpress.com/2012/03/gnome_terminal.png | |||||
2013-01-24 | Show already filed queries. | Benjamin Franzke | 2 | -5/+18 | |
And if it was correct. | |||||
2013-01-24 | locallib: Remove unneded include | Benjamin Franzke | 1 | -1/+0 | |
2013-01-24 | Store user query and if query was correct | Benjamin Franzke | 5 | -2/+85 | |
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 | Add KAPV example database. | Jan Klemkow | 1 | -0/+130 | |
2012-11-23 | sqlbox: Move db_table_from_query to locallib.php | Benjamin Franzke | 2 | -18/+19 | |
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 | 5 | -5/+25 | |
2012-11-23 | sqlbox/view: Put query to table code into own function | Benjamin Franzke | 1 | -6/+15 | |