Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -6/+11 | |
2013-01-30 | reportall: Fix query in TODO | Benjamin Franzke | 1 | -3/+3 | |
2013-01-30 | documentation: Set filetype to asciidoc | Benjamin Franzke | 1 | -1/+1 | |
So we do not need set syntax anymore, and this allows to use a AutoCmd in .vimrc. | |||||
2013-01-30 | Add kapv dataset as xml | Benjamin Franzke | 1 | -0/+576 | |
just for reference.. | |||||
2013-01-30 | reportall: Add todo | Benjamin Franzke | 1 | -0/+11 | |
2013-01-30 | lesson.xml: Exclude task that references a create-task | Benjamin Franzke | 1 | -0/+3 | |
2013-01-30 | finish user separation section with decition. | Jan Klemkow | 1 | -7/+70 | |
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-29 | rowset-to-sql.xsl: Style fixes | Benjamin Franzke | 1 | -2/+0 | |
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-27 | doc: Add instruction how to crate read-only database user | Benjamin Franzke | 1 | -0/+11 | |
2013-01-27 | fix typos and missing alias names for embeded selects | Jan Klemkow | 1 | -8/+8 | |
2013-01-27 | correct add missing space after WHERE klausel. | Jan Klemkow | 1 | -2/+2 | |
2013-01-27 | Add xsl-powered script to create KAPV in moodle | Benjamin Franzke | 3 | -0/+94 | |
2013-01-26 | correct some text | Jan Klemkow | 1 | -8/+12 | |
2013-01-26 | add text for implementation desgin | Jan Klemkow | 1 | -1/+15 | |
2013-01-26 | add read-only section | Jan Klemkow | 1 | -0/+6 | |
2013-01-26 | correct headline level and add text | Jan Klemkow | 1 | -1/+6 | |
2013-01-26 | add text | Jan Klemkow | 1 | -6/+7 | |
2013-01-26 | Add lesson.xml database | Benjamin Franzke | 1 | -0/+1012 | |
Observed with the procedure outlined in grab.sh | |||||
2013-01-26 | kapv-schema: Add fixes to actually be compatible with the exported data | Benjamin Franzke | 1 | -5/+5 | |
2013-01-26 | Move KAPV schema out of the sqlbox module | Benjamin Franzke | 1 | -0/+0 | |
2013-01-26 | Add kapv data | Benjamin Franzke | 1 | -0/+101 | |
Created with the toolchain outlines in grab.sh | |||||
2013-01-26 | begin oracle conversion toolset | Benjamin Franzke | 5 | -0/+72 | |
2013-01-26 | doc: Add a section about transactions as sandbox | Benjamin Franzke | 1 | -0/+44 | |
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 | add text for oracle tutorial | Jan Klemkow | 1 | -6/+19 | |
2013-01-25 | add vim inline options | Jan Klemkow | 1 | -0/+2 | |
2013-01-25 | add text for basic part | Jan Klemkow | 1 | -1/+13 | |
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 | doc: Update asciidoc-boilerplate to be actually working | Benjamin Franzke | 2 | -1/+1 | |
2013-01-25 | doc: Empty sections can not be parsed by docbook backend for asciidoc | Benjamin Franzke | 1 | -0/+2 | |
2013-01-25 | add some into and other text | Jan Klemkow | 1 | -1/+13 | |
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 | |