April 2003 Commit Log

Number of Commits:
29
Number of Active Developers:
2
timp 2003-04-24 10:59#29 Rev.: 1.23
Remove debug background colour

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: SelectionWindowSelection.wm (+2 -2)
timp 2003-04-22 12:50#28 Rev.: 1.92
Use a CountedDumbPageEnumeration instead of a DumbPageEnumeration

50 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+50 -8)
timp 2003-04-22 12:48#27
Refactor so as to add CountedDumbPageEnumeration

26 lines of code changed in 4 files:

  • poem/src/main/java/org/melati/poem/util: CountedDumbPageEnumeration.java (new 3), DumbPageEnumeration.java (+12 -85), PageEnumeration.java (+2 -5), PageEnumerationBase.java (new 9)
timp 2003-04-22 12:46#26
No longer use DumbPageEnumeration, use CountedDumbPageEnumeration

6 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/admin: Selection.wm (+2 -8), SelectionRight.wm (+2 -8), SelectionWindowSelection.wm (+2 -8)
timp 2003-04-21 20:19#25 Rev.: 1.91
Remove getCount

1 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+1 -8)
timp 2003-04-15 11:49#24 Rev.: 1.9
Add autoscrolling, otherwise you lose data

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Right.wm (+3 -3)
jimw 2003-04-15 02:29#23 Rev.: 1.3
Javadocs

26 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: ChildrenDrivenMutableTree.java (+26 -2)
jimw 2003-04-15 02:29#22 Rev.: 1.4
Fix probably due to webmacro upgrade

4 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template/webmacro/templets/html: org.melati.util.JSDynamicTree.wm (+4 -3)
jimw 2003-04-15 02:29#21 Rev.: 1.10
Javadocs

18 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: TailoredResultSetEnumeration.java (+18 -2)
jimw 2003-04-15 02:29#20 Rev.: 1.90
Javadocs, particularly display levels.

48 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+48 -1)
jimw 2003-04-15 02:28#19
Documenting ability of ResultSetEnumeration to function after
RowDisappearedPoemException. Using this to make delete integrity
fix ignore rows that are missing, since this can be a
consequence of an application specific integrity fix.

23 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem: ResultSetEnumeration.java (+8 -1), StandardIntegrityFix.java (+15 -4)
jimw 2003-04-15 02:28#18
Javadocs of display levels

57 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem: DisplayLevel.java (+42 -2), Persistent.java (+15 -2)
jimw 2003-04-15 02:27#17
Added/used a constructor with message for debugging and started phase-in of initCause()

65 lines of code changed in 4 files:

  • melati/src/main/java/org/melati/util: MelatiRuntimeException.java (+35 -4)
  • poem/src/main/java/org/melati/poem: DBConsistencyPoemException.java (+10 -2), DuplicateTroidPoemException.java (+4 -2), SeriousPoemException.java (+16 -4)
jimw 2003-04-15 02:27#16 Rev.: 1.47
Javadoc

12 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Column.java (+12 -2)
jimw 2003-04-15 02:26#15 Rev.: 1.7
typo

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Main.wm (+3 -3)
jimw 2003-04-15 02:26#14 Rev.: 1.68
Javadocs

17 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Admin.java (+17 -2)
timp 2003-04-14 16:04#13
Change soem display levels, re-prepro to remove unused import

18 lines of code changed in 23 files:

  • poem/src/main/java/org/melati/poem: Poem.dsd (+8 -8)
  • poem/src/main/java/org/melati/poem/generated: CapabilityBase.java (-1), CapabilityTableBase.java (-1), ColumnInfoBase.java (-1), ColumnInfoTableBase.java (+2 -3), GroupBase.java (-1), GroupCapabilityBase.java (-1), GroupCapabilityTableBase.java (-1), GroupMembershipBase.java (-1), GroupMembershipTableBase.java (+4 -1), GroupTableBase.java (-1), PoemDatabaseBase.java (-1), PoemDatabaseTablesBase.java (-1), SettingBase.java (-1), SettingTableBase.java (-1), TableCategoryBase.java (-1), TableCategoryTableBase.java (-1), TableInfoBase.java (-1), TableInfoTableBase.java (-1), UserBase.java (-1), UserTableBase.java (-1), ValueInfoBase.java (-1), ValueInfoTableBase.java (+4 -5)
timp 2003-04-14 13:13#12
Undo previous change:
increase size before 'at least' is used in results count

26 lines of code changed in 4 files:

  • melati/src/main/java/org/melati/admin: Selection.wm (+8 -3), SelectionRight.wm (+8 -2), SelectionWindowSelection.wm (+8 -2)
  • poem/src/main/java/org/melati/poem: Table.java (+2 -2)
timp 2003-04-14 12:34#11 Rev.: 1.88
Remove unused variable I just added, doh!

1 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+1 -2)
timp 2003-04-14 12:24#10 Rev.: 1.87
Add getCount method

11 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+11 -4)
timp 2003-04-14 12:22#9 Rev.: 1.8
Increase length of string before it is described as <long>

3 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: StringLengthValidationPoemException.java (+3 -3)
timp 2003-04-14 12:20#8
Use $table.Count to show total number of records

21 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/admin: Selection.wm (+6 -10), SelectionRight.wm (+5 -9), SelectionWindowSelection.wm (+10 -9)
timp 2003-04-14 12:17#7 Rev.: 1.9
Add javadoc

16 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: AdminSpecialised.java (+16 -4)
timp 2003-04-14 12:15#6 Rev.: 1.67
Reformat, remove reundant conditionals

11 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Admin.java (+11 -13)
timp 2003-04-12 23:15#5 Rev.: 1.25
See more reference tables
FIXME - It is still possible to have more
reference tables than space to display them

12 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+12 -4)
timp 2003-04-12 09:00#4 Rev.: 1.6
debug

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: DSD.wm (+3 -3)
timp 2003-04-10 15:13#3 Rev.: 1.4
Treeable objects need a name

4 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: Treeable.java (+4 -2)
timp 2003-04-10 13:03#2 Rev.: 1.5
Add more comments

13 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: DSD.wm (+13 -7)
timp 2003-04-10 11:00#1 Rev.: 1.4
Add All parameter

26 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: DSD.wm (+26 -6)

March 2003 »

Generated by StatCVS @VERSION@