added missing text
3 lines of code changed in 1 file:
improved examples
240 lines of code changed in 2 files:
note style
3 lines of code changed in 1 file:
refreshed content, cleaned html, note style
189 lines of code changed in 1 file:
note class, header indenting
17 lines of code changed in 1 file:
note icon
0 lines of code changed in 1 file:
cleaned up dirty html, minor additions
402 lines of code changed in 2 files:
provides version in dewey format ([0-9]*{ "."[0-9] }0..3), so that simple webapp reload will maybe reload the TLD as well.
10 lines of code changed in 2 files:
uses extra formatting as other input controls
4 lines of code changed in 1 file:
fixed a typo at bug 101
1 lines of code changed in 1 file:
0.5.9.14
11 lines of code changed in 1 file:
committing to solve odbc creation problems
9 lines of code changed in 1 file:
fix for odbc creation problems to go in 0.5.9.14
11 lines of code changed in 1 file:
added other formatting parameters for bug 101 (more JSP author control over the HTML produced by mak: tags)
562 lines of code changed in 6 files:
a bit of screen ecology, we don't display some lines if there are no records to copy
7 lines of code changed in 1 file:
a little progress bar
memory is freed as soon as possible
37 lines of code changed in 1 file:
worked around bug 597
10 lines of code changed in 1 file:
revert for bug 597, a more complete fix will be needed
0 lines of code changed in 1 file:
openTables was not recursive, so it was missing stuff like best.Student->education->studyFields
14 lines of code changed in 1 file:
made copy and delete go through all MDDs
32 lines of code changed in 2 files:
- eliminated enum, which is not used, to avoid conflicts with the field generated by setintenum, setcharenum
- added an underscore to all "AS " labels, to avoid conflicts with host SQL keywords
7 lines of code changed in 1 file:
passing the index name explicitely, to avoid problems with setintenum and setcharenum fields
2 lines of code changed in 1 file:
bug discovered
2 lines of code changed in 1 file:
small informix update, doesn't have any effect i guess
1 lines of code changed in 1 file:
- a minor fix related to bug 93
- fix a bug of open: it was not opening all set subtables, only setComplex ones
3 lines of code changed in 1 file:
fix for bug 93, cross-db copying now works
19 lines of code changed in 1 file:
getIndexInfo was called with wrong arguments! it seems that mysql and informix ignore the "unique" argument, but ODBC doesn't, and it was returning only the unique indexes, recreating all others
odbc also may return indexes that have null name. worked that around
4 lines of code changed in 1 file:
changed single quotes double - bug 593
16 lines of code changed in 1 file:
informix support
5 lines of code changed in 1 file:
added informix support
37 lines of code changed in 7 files:
an example of working with informix
51 lines of code changed in 1 file:
common footer
87 lines of code changed in 11 files:
specialized javadoc.css instances
2 lines of code changed in 1 file:
specialized javadoc.css
38 lines of code changed in 4 files:
defined right margin (or IE made it the same as left)
2 lines of code changed in 2 files:
only have arial in the menu, leave default font for javadoc pages
3 lines of code changed in 1 file:
fixed for IE
27 lines of code changed in 2 files:
suuport for fixing cr/lf problems
5 lines of code changed in 1 file:
fixed cr/lf problem (bug 511)
14 lines of code changed in 17 files:
lowered transaction isolation to repeatable read, set in Database as a global constant
6 lines of code changed in 2 files:
calling getIndexInfo once per table, comparing index names case-insensitive, fix for bug 579
4 lines of code changed in 1 file:
calling getIndexInfo just once per table
14 lines of code changed in 1 file:
added enumeration of all MDDs, bug 341
34 lines of code changed in 1 file:
simply invoking open will now check the whole database, based on the MDDs discovered in dataDefinitions
17 lines of code changed in 1 file:
made EnumerationWrapper not be public, only one public class per java file should be allowed
2 lines of code changed in 1 file:
common menu
157 lines of code changed in 1 file:
less intrusive menu in public API
3 lines of code changed in 1 file:
API doc uses menu also
12 lines of code changed in 2 files:
common menu
269 lines of code changed in 9 files:
download instructions
62 lines of code changed in 2 files:
work done on the jsptaglib part; still in progress
196 lines of code changed in 1 file:
removed duplicate H2 style declaration
0 lines of code changed in 1 file:
updated intro to taglib use
16 lines of code changed in 1 file:
updated for post 0.5.7.x Makumba versions
32 lines of code changed in 1 file:
using common (fred's) stylesheet
18 lines of code changed in 3 files:
javadoc uses custom stylesheet
38 lines of code changed in 2 files:
some more improvements, still in progress
62 lines of code changed in 1 file:
move revision to 2.1
0 lines of code changed in 1 file:
new, for bug 585
466 lines of code changed in 1 file:
bug 585: add tickbox input controls
165 lines of code changed in 8 files:
added workhistory + release .13
8 lines of code changed in 1 file:
changed mak:if, test=...
29 lines of code changed in 2 files:
some drivers may not support transactions at all
2 lines of code changed in 1 file:
rollback the transaction if there is an error
maybe errors during rollback should be caught and ignored?
8 lines of code changed in 1 file:
added a number of resultSet.close() and statement.close()
call a special method when some index is (re-)created, so different dbs can do supplementary operations. maybe more index-related code should move to RecordManager or Database (as long as different types of fields deal the same way with indexes, that's ok to move)
7 lines of code changed in 1 file:
changed signature of create and alter methods to deal with connections instead of statements (just in case connections need be committed in subclasses)
added a method for odbc to deal with index creation
removed CheckStrategy.close()... the entire class should be removed
fixed a small bug when null values cannot be assigned to fields
27 lines of code changed in 1 file:
added commit and rollback
set autocommit on false
set transaction level to serializable
26 lines of code changed in 1 file:
warning on serializable transactions
3 lines of code changed in 1 file:
added commit and rollback
23 lines of code changed in 3 files:
changed arguments of alter()
4 lines of code changed in 1 file:
made odbc tests work
3 lines of code changed in 1 file:
ODBC/access doesn't seem to use the java.sql.Types.LONGVARBINARY to set nulls into its LONGBINARY...
6 lines of code changed in 1 file:
fix for bug 583, renamed cleanState() to release()
7 lines of code changed in 4 files:
added work history bug 584
10 lines of code changed in 1 file:
avoid NPE on printing setValues
5 lines of code changed in 1 file:
all mysql tables are created as / converted to InnoDb
79 lines of code changed in 4 files:
major update to documentation, still in progress; previously added on branch, by mistake
353 lines of code changed in 2 files:
filled in a missing date of change
1 lines of code changed in 1 file:
announce release 0.5.9.12
7 lines of code changed in 1 file:
this is 1.1.4.2 being copied to main; something went wrong before when adding to main
51 lines of code changed in 1 file:
add info new release .11
7 lines of code changed in 1 file:
add branch BR-0_5_9_10 to the main
185 lines of code changed in 16 files:
better error message
1 lines of code changed in 1 file:
better error message
1 lines of code changed in 1 file:
better error construction
3 lines of code changed in 1 file:
fix for bugs 571, 575
3 lines of code changed in 1 file:
fix for bug 574, the problem was that $bla was not transformed to $3 when doing OQL parsing during page analysis
12 lines of code changed in 1 file:
fixes for bug 571 and 575, yet need to be tested
1 lines of code changed in 1 file:
fix for bug 575 as instructed by cristi
2 lines of code changed in 1 file:
fix for bug 571 as instructed by cristi
2 lines of code changed in 1 file:
null handling and better Javadoc comment
3 lines of code changed in 1 file:
added org.makumba.Text.equals()
15 lines of code changed in 3 files:
fixed a typo (tnx Adler)
4 lines of code changed in 1 file:
see bug 567,(... but still not ok)
22 lines of code changed in 2 files:
for testing QED
13 lines of code changed in 1 file:
for QED 3.1
1 lines of code changed in 1 file:
bug 565 (isolated & changed SQL syntax for index creation)
20 lines of code changed in 2 files:
update for 0.5.9.10
8 lines of code changed in 1 file:
added new-style field modification setting
22 lines of code changed in 5 files:
bug 530 - made it depraceted
3 lines of code changed in 1 file:
bug 530 - refactored to move HtmlUtils from org.makumba.util to org.makumba
1 lines of code changed in 1 file:
bug 530 - Refactored to use org.makumba.HtmlUtils instead org.makumba.util.HtmlUtils
6 lines of code changed in 5 files:
fixed bug 557 (drop support for mak:list/object header= and footer=)
2 lines of code changed in 3 files:
rearranged for 0.5.9.8
3 lines of code changed in 1 file:
fixed bug 539 (deprecate mak:list/object header= and footer=) Logs warning and gives a tip how to solve
5 lines of code changed in 3 files:
fix bug 555, iterationGroup does not depend on doAfterBody
24 lines of code changed in 3 files:
tagJar + publishJar was doing 2x makeJar; offer tagThis + publishJar as alternative
17 lines of code changed in 1 file:
update for 0.5.9.6 (under construction)
14 lines of code changed in 1 file:
store java version & vendor in the manifest file
1 lines of code changed in 1 file:
store java version & vendor in the manifest file" version.java
2 lines of code changed in 1 file:
change to publishJar
1 lines of code changed in 1 file:
restored the change between 2.0 and 2.1 which was lost during the merge to 2.2
1 lines of code changed in 1 file:
publishJar doesn't tag anymore, just publishes an already tagged version
fixed test tag descriptions
4 lines of code changed in 1 file: