| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.29 | 13 Oct 04 |
move build properties to default |
deleted | gnaegi | MAIN | |
| 1.28 | 12 Oct 04 |
adding developers docu, moved eclipse install readme to devel docu |
+11 -11 | gnaegi | MAIN | |
| 1.27 | 08 Oct 04 |
*** empty log message *** |
+5 -2 | mike | MAIN | |
| 1.26 | 06 Oct 04 |
*** empty log message *** |
+1 -1 | mike | MAIN | |
| 1.25 | 21 Sep 04 |
updating to stable mysql connector 3.0.15 |
+1 -1 | gnaegi | MAIN | |
| 1.24 | 15 Sep 04 |
3.0.1 -> 3.1.0 |
+1 -1 | gnaegi | MAIN | |
| 1.23 | 15 Sep 04 |
Spelling |
+1 -1 | mike | MAIN | |
| 1.22 | 02 Sep 04 |
Configuration of OpenSAML |
+19 -11 | mike | MAIN | |
| 1.21 | 02 Sep 04 |
changed xlage to xlarge at the css fontsize properties |
+2 -2 | schnider | MAIN | |
| 1.20 | 31 Aug 04 |
- refactoring: moving code to place where it belongs - adding translator factory for business group package |
+12 -12 | gnaegi | MAIN | |
| 1.19 | 26 Aug 04 |
toolbox scales now with different fontsizes |
+3 -3 | schnider | MAIN | |
| 1.18 | 26 Aug 04 |
toolbox scales now with different fontsizes |
+4 -1 | schnider | MAIN | |
| 1.17 | 19 Aug 04 |
small bug 9pt instead of 9p for the fontsizes |
+1 -1 | schnider | MAIN | |
| 1.16 | 19 Aug 04 |
added default css fontsize sizes for three choices |
+23 | schnider | MAIN | |
| 1.15 | 04 Aug 04 |
Set build verson to 3.0.1 |
+1 -1 | olat | MAIN | |
| 1.14 | 29 Jul 04 |
Shibboleth Attribute mapping |
+2 | mike | MAIN | |
| 1.13 | 21 Jul 04 |
Added Shibboleth and SSL configuration parameters |
+16 -1 | mike | MAIN | |
| 1.12 | 12 Jul 04 |
use a different instance for the test db as default values |
+3 -3 | fjost | MAIN | |
| 1.11 | 12 Jul 04 |
added new ant target which sets up db test instance for junit tests (did not work properly till now) - in build.props: db.test.name, db.test.user, db.test.pass are needed - before each junit test, only the data is deleted, but the tables are not dropped (to remain innodb) - at the moment at least one test fails (usertest), but looking at it later |
+6 | fjost | MAIN | |
| 1.10 | 09 Jul 04 |
- renamed DownloadManager.java to QTIResultManager.java and moved it up to org.olat.ims.qti - added method to delete resultsets and its results - removed unused key in localstrings |
+8 -8 | Alexander Schneider | MAIN | |
| 1.9 | 08 Jul 04 |
spelling corr. |
+5 -5 | stuckia | MAIN | |
| 1.8 | 02 Jul 04 |
- adding registrtion module - making self registration a configuration option |
+1 -1 | gnaegi | MAIN | |
| 1.7 | 30 Jun 04 |
Introduced instanceID to enable virtually global unique softkeys (used by the repository) |
+4 | mike | MAIN | |
| 1.6 | 25 Jun 04 |
Version 3.0.14 of mysql driver 05-28-04 - Version 3.0.14-production - Fixed URL parsing error 05-27-04 - Version 3.0.13-production - Fixed BUG#3848 - Using a MySQLDatasource without server name fails - Fixed BUG#3920 - "No Database Selected" when using MysqlConnectionPoolDataSource. - Fixed BUG#3873 - PreparedStatement.getGeneratedKeys() method returns only 1 result for batched insertions 05-18-04 - Version 3.0.12-production - Add unsigned attribute to DatabaseMetaData.getColumns() output in the TYPE_NAME column. - Added 'failOverReadOnly' property, to allow end-user to configure state of connection (read-only/writable) when failed over. - Backported 'change user' and 'reset server state' functionality from 3.1 branch, to allow clients of MysqlConnectionPoolDataSource to reset server state on getConnection() on a pooled connection. - Don't escape SJIS/GBK/BIG5 when using MySQL-4.1 or newer. - Allow 'url' parameter for MysqlDataSource and MysqlConnectionPool DataSource so that passing of other properties is possible from inside appservers. - Map duplicate key and foreign key errors to SQLState of '23000'. - Backport documentation tooling from 3.1 branch. - Return creating statement for ResultSets created by getGeneratedKeys() (BUG#2957) - Allow java.util.Date to be sent in as parameter to PreparedStatement.setObject(), converting it to a Timestamp to maintain full precision (BUG#3103). - Don't truncate BLOBs/CLOBs when using setBytes() and/or setBinary/CharacterStream() (BUG#2670). - Dynamically configure character set mappings for field-level character sets on MySQL-4.1.0 and newer using 'SHOW COLLATION' when connecting. - Map 'binary' character set to 'US-ASCII' to support DATETIME charset recognition for servers >= 4.1.2 - Use 'SET character_set_results" during initialization to allow any charset to be returned to the driver for result sets. - Use charsetnr returned during connect to encode queries before issuing 'SET NAMES' on MySQL >= 4.1.0. - Add helper methods to ResultSetMetaData (getColumnCharacterEncoding() and getColumnCharacterSet()) to allow end-users to see what charset the driver thinks it should be using for the column. - Only set character_set_results for MySQL >= 4.1.0. - Fixed BUG#3511, StringUtils.escapeSJISByteStream() not covering all eastern double-byte charsets correctly. - Renamed StringUtils.escapeSJISByteStream() to more appropriate escapeEasternUnicodeByteStream(). - Fixed BUG#3554 - Not specifying database in URL caused MalformedURL exception. - Auto-convert MySQL encoding names to Java encoding names if used for characterEncoding property. - Added encoding names that are recognized on some JVMs to fix case where they were reverse-mapped to MySQL encoding names incorrectly. - Use junit.textui.TestRunner for all unit tests (to allow them to be run from the command line outside of Ant or Eclipse). - Fixed BUG#3557 - UpdatableResultSet not picking up default values for moveToInsertRow(). - Fixed BUG#3570 - inconsistent reporting of column type. The server still doesn't return all types for *BLOBs *TEXT correctly, so the driver won't return those correctly. - Fixed BUG#3520 -- DBMD.getSQLStateType() returns incorrect value. - Fixed regression in PreparedStatement.setString() and eastern character encodings. - Made StringRegressionTest 4.1-unicode aware. |
+1 -1 | gnaegi | MAIN | |
| 1.5 | 02 Jun 04 |
*** empty log message *** |
+1 | mike | MAIN | |
| 1.4 | 18 May 04 |
*** empty log message *** |
+6 -6 | mike | MAIN | |
| 1.3 | 18 May 04 |
*** empty log message *** |
+1 -1 | mike | MAIN | |
| 1.2 | 17 May 04 |
*** empty log message *** |
+1 -1 | mike | MAIN | |
| 1.1 | 17 May 04 |
Fresh, clean checkin |
+148 | mike | MAIN |