October 2000 Commit Log

Number of Commits:
31
Number of Active Developers:
4
timj 2000-10-26 05:54#31 Rev.: 1.8
remove unique with

8 lines of code changed in 1 file:

  • maven-dsd-plugin/src/main/java/org/melati/poem/prepro: IndexedFieldQualifier.java (+8 -1)
williamc 2000-10-25 22:16#30 Rev.: 1.23
Fix 'unlimited' cache size

4 lines of code changed in 1 file:

  • maven-dsd-plugin/src/main/java/org/melati/poem/prepro: TableDef.java (+4 -4)
williamc 2000-10-25 22:15#29
Stop spewing out stack traces

3 lines of code changed in 2 files:

  • melati/src/main/java/org/melati: MelatiServlet.java (+2 -2)
  • melati/src/main/java/org/melati/login: HttpSessionAccessHandler.java (+1 -3)
williamc 2000-10-25 22:15#28 Rev.: 1.11
Fail immediately if an attempt is made to make concurrent connections to the same db---synchronizing makes threads build up which really throws jserv (it seems)

76 lines of code changed in 1 file:

  • melati/src/main/java/org/melati: LogicalDatabase.java (+76 -49)
williamc 2000-10-25 22:13#27 Rev.: 1.48
White space improvements, comment removal

5 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Admin.java (+5 -14)
williamc 2000-10-25 22:12#26 Rev.: 1.1
Add Status servlet for inspecting cache status

95 lines of code changed in 2 files:

  • melati/src/main/java/org/melati/admin: Status.java (new 15), Status.wm (new 80)
williamc 2000-10-25 22:08#25
Regenerated to get fix for "unlimited" cache size propagated

5 lines of code changed in 4 files:

  • poem/src/main/java/org/melati/poem/generated: ColumnInfoTableBase.java (+2 -3), SettingTableBase.java (+1 -1), TableCategoryTableBase.java (+1 -1), TableInfoTableBase.java (+1 -1)
williamc 2000-10-25 22:07#24 Rev.: 1.66
Add getCacheInfo

5 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+5 -1)
williamc 2000-10-25 22:07#23 Rev.: 1.50
Protect against multiple concurrent connection attempts

60 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Database.java (+60 -63)
williamc 2000-10-25 22:04#22 Rev.: 1.13
Fix memory leaks

159 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/util: Cache.java (+159 -51)
timj 2000-10-25 09:24#21 Rev.: 1.47
stop TypeMismatchPoemException errors

5 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Admin.java (+5 -3)
mylesc 2000-10-24 15:54#20
Tweaks

11 lines of code changed in 2 files:

  • melati/src/main/java/org/melati/admin: AdminUtils.java (+10 -1), Upload.wm (+1 -1)
timj 2000-10-24 14:36#19 Rev.: 1.6
show next/previous buttons

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: SelectionWindowSelection.wm (+3 -2)
mylesc 2000-10-24 13:00#18
added User.isGuestUser()

7 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem: User.java (+5 -1), UserTable.java (+2 -2)
mylesc 2000-10-24 12:59#17
Added Upload facility

62 lines of code changed in 4 files:

  • melati/src/main/java/org/melati/admin: Admin.java (+12 -2), Display.java (+6 -3), Upload.wm (new 21)
  • poem/src/main/java/org/melati/poem/util: DumbPageEnumeration.java (+23 -1)
timj 2000-10-24 11:50#16 Rev.: 1.5
fix problem when searching

4 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: SelectionWindowPrimarySelect.wm (+4 -3)
cvsusers 2000-10-20 17:31#15
Styling EditHeader page

9 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+2 -2)
mylesc 2000-10-20 17:21#14 Rev.: 1.8
Debug

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+3 -4)
cvsusers 2000-10-20 16:29#13 Rev.: 1.7
Styling EditHeader page

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+2 -2)
mylesc 2000-10-20 15:27#12 Rev.: 1.6
Debugging

12 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+12 -4)
cvsusers 2000-10-20 15:13#11 Rev.: 1.5
Changing target tag for JavaScript to provide work around for known mac bug as reported.

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+2 -2)
cvsusers 2000-10-20 15:05#10 Rev.: 1.4
Changing target tag for JavaScript to provide work around for known mac bug as reported.

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+2 -2)
timj 2000-10-20 07:17#9 Rev.: 1.3
fix previous and next links

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: SelectionRight.wm (+3 -3)
timj 2000-10-13 08:16#8
set the login id to 255 chars

2 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem: Poem.dsd (+1 -1)
  • poem/src/main/java/org/melati/poem/generated: UserTableBase.java (+1 -1)
mylesc 2000-10-06 11:29#7 Rev.: 1.8
Added an arrayOf(Enumeration) method

6 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/util: ArrayUtils.java (+6 -1)
mylesc 2000-10-06 11:28#6
Re-added some stuff that went backwards. To do with sortdescending

5 lines of code changed in 2 files:

  • maven-dsd-plugin/src/main/java/org/melati/poem/prepro: FieldDef.java (+2 -2), FieldQualifier.java (+3 -1)
mylesc 2000-10-06 11:28#5
Make the default displaylevel 'record'

6 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem: Poem.dsd (+1)
  • poem/src/main/java/org/melati/poem/generated: ColumnInfoTableBase.java (+5)
mylesc 2000-10-06 11:27#4 Rev.: 1.19
made Administrator and Guest protected to make it easier to add new (non-nullable)
columns to User and set the values for these objects appropriately in the subclass

2 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: UserTable.java (+2 -2)
mylesc 2000-10-06 11:26#3 Rev.: 1.38
Tweaked comments

19 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Persistent.java (+19 -4)
mylesc 2000-10-06 11:25#2
Renamed PreparedSelection to CachedSelection and added CachedQuery/Count/Exists

468 lines of code changed in 8 files:

  • poem/src/main/java/org/melati/poem: CachedCount.java (new 74), CachedExists.java (new 70), CachedQuery.java (new 142), CachedSelection.java (new 127), Column.java (+3 -3), PreparedSelection.java (del), RestrictedReferencePoemType.java (+3 -3), Table.java (+49 -15)
timj 2000-10-02 11:18#1 Rev.: 1.1
a counter for use in templates

11 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: ContextUtil.java (new 11)

September 2000 »

Generated by StatCVS @VERSION@