February 2002 Commit Log

Number of Commits:
16
Number of Active Developers:
1
timp 2002-02-27 22:12#16 Rev.: 1.2
Enable Melati to work with MySQL
Still need to decide if BOOL should be used for Boolean

94 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: MySQL.java (+94 -63)
timp 2002-02-27 22:10#15 Rev.: 1.8
Enable Melati to work with MySQL
Added CaseInsensitiveCompare

6 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: Postgresql.java (+6 -1)
timp 2002-02-27 22:08#14
Enable Melati to work with MySQL

80 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem/dbms: AnsiStandard.java (+69 -6), Dbms.java (+11 -1)
timp 2002-02-27 22:08#13 Rev.: 1.64
Enable Melati to work with MySQL
Use melatiName and unreservedName to get around MySQL keyword 'group'
Moved givesCapabilitySQL to DBMS specific function as MySQL has no EXISTS
Added commented out debug statements and other comments

21 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Database.java (+21 -20)
timp 2002-02-27 22:05#12 Rev.: 1.79
Enable Melati to work with MySQL
Add indexLength call as MySQL needs a length for Text and Blob indices
MySQL doesn't alow a get on a closed ResultSet
Generalised caseInsensitiveCompare
Used melatiName and unreservedName to get around group keyword
Added debugging statements (commented out) and other comments

31 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+31 -16)
timp 2002-02-22 12:54#11 Rev.: 1.1
This DOES NOT WORK
It is committed to enable PeterK and I to work on it

330 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: MySQL.java (new 330)
timp 2002-02-18 23:00#10 Rev.: 1.3
Only redisplay when a node changes

6 lines of code changed in 3 files:

  • melati-webapp/src/main/webapp/melati-static/admin/static: statictrees.js (+2 -2)
  • melati/src/main/java/org/melati/admin/static: statictrees.js (+2 -2)
  • melati/src/test/webapp/melati-static/admin/static: statictrees.js (+2 -2)
timp 2002-02-17 00:52#9 Rev.: 1.6
Add note on updating site

7 lines of code changed in 1 file:

  • ReleaseProcedure.txt (+7 -2)
timp 2002-02-17 00:17#8 Rev.: 1.2
Add switches for node/leaf checkboxes, tidy

306 lines of code changed in 6 files:

  • melati-webapp/src/main/webapp/melati-static/admin/static: statictrees.js (+98 -22)
  • melati/src/main/java/org/melati/admin/static: statictrees.js (+98 -22)
  • melati/src/main/java/org/melati/template/webmacro/templets/html: StaticNode.wm (+3 -14), org.melati.util.JSStaticTree.wm (+3 -5)
  • melati/src/main/java/org/melati/util: Treeable.java (+6 -6)
  • melati/src/test/webapp/melati-static/admin/static: statictrees.js (+98 -22)
timp 2002-02-15 14:49#7
Correct javadoc

45 lines of code changed in 11 files:

  • melati/src/main/java/org/melati: Melati.java (+7 -7), MelatiConfig.java (+4 -3), MelatiUtil.java (+1 -4)
  • melati/src/main/java/org/melati/servlet: DefaultFileDataAdaptor.java (+1 -3), PoemServlet.java (+9 -8)
  • melati/src/main/java/org/melati/template: MarkupLanguage.java (+7 -4)
  • poem/src/main/java/org/melati/poem: IntegrityFix.java (+3 -3), Persistent.java (+5 -5), Table.java (+2 -3), TailoredQuery.java (+3 -3)
  • poem/src/main/java/org/melati/poem/dbms: Dbms.java (+3 -3)
timp 2002-02-15 14:46#6 Rev.: 1.26
Please check : changed names to reflect current code tree

5 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/login: HttpSessionAccessHandler.java (+5 -5)
timp 2002-02-15 14:03#5 Rev.: 1.14
Please confirm: class name wrong

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/login: Login.java (+3 -3)
timp 2002-02-15 12:13#4
Document 0.55.5

38 lines of code changed in 2 files:

  • RELEASE-NOTES.html (+11 -2), ReleaseProcedure.txt (+27 -1)
timp 2002-02-14 17:15#3
Add new static trees

1055 lines of code changed in 38 files:

  • melati-webapp/src/main/webapp/melati-static/admin/static: closedfolder.gif (new), last_node.gif (new), lastnode_minus.gif (new), lastnode_plus.gif (new), node.gif (new), node_minus.gif (new), node_plus.gif (new), openfolder.gif (new), spacer.gif (new), statictrees.js (new 296), vertline.gif (new)
  • melati/src/main/java/org/melati/admin: Navigation.wm (+10 -7), Selection.wm (+2 -2)
  • melati/src/main/java/org/melati/admin/static: closedfolder.gif (new), last_node.gif (new), lastnode_minus.gif (new), lastnode_plus.gif (new), node.gif (new), node_minus.gif (new), node_plus.gif (new), openfolder.gif (new), spacer.gif (new), statictrees.js (new 296), vertline.gif (new)
  • melati/src/main/java/org/melati/template: MarkupLanguage.java (+36 -4)
  • melati/src/main/java/org/melati/template/webmacro/templets/html: StaticNode.wm (new 14), org.melati.util.JSStaticTree.wm (new 105)
  • melati/src/test/webapp/melati-static/admin/static: closedfolder.gif (new), last_node.gif (new), lastnode_minus.gif (new), lastnode_plus.gif (new), node.gif (new), node_minus.gif (new), node_plus.gif (new), openfolder.gif (new), spacer.gif (new), statictrees.js (new 296), vertline.gif (new)
timp 2002-02-08 13:42#2
Get frame names right, and working with konqueror

8 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/admin: Edit.wm (+3 -3), EditHeader.wm (+3 -3), Right.wm (+2 -2)
timp 2002-02-05 21:51#1
Change Required fields to asterisk rather than red.
Add a link to edit a reference type, or select one if null.
Remove $object reference in frame names as it isn't needed and makes
Konqueror barf.
Change javascript location link to normal target link.

29 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/admin: Edit.wm (+23 -8), EditHeader.wm (+4 -4), Right.wm (+2 -2)

January 2002 »

Generated by StatCVS @VERSION@