May 2002 Commit Log

Number of Commits:
35
Number of Active Developers:
1
timp 2002-05-30 16:14#35 Rev.: 1.8
New build, requires ant 1.5.1 - just type ant!

34 lines of code changed in 1 file:

  • ReleaseProcedure.txt (+34 -41)
timp 2002-05-30 15:48#34
Tidy up, use new template path convention.
TODO: update to MelatiTemplateServlet

17 lines of code changed in 2 files:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactView.java (+11 -3), Search.java (+6 -1)
timp 2002-05-30 15:32#33
Remove explicit template engine extension

2 lines of code changed in 2 files:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: contacts.dsd (+1 -1)
  • melati-example-contacts/src/main/java/org/melati/example/contacts/generated: ContactTableBase.java (+1 -1)
timp 2002-05-30 15:16#32
Use new template convention (full path - org/melati...)

12 lines of code changed in 2 files:

  • melati/src/main/java/org/melati/login: LoginHandler.java (+6 -1), Logout.java (+6 -2)
timp 2002-05-30 15:15#31 Rev.: 1.83
Quote ALL names, use dbms() instead of getDatabase().getDbms()

17 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+17 -9)
timp 2002-05-30 15:08#30 Rev.: 1.65
Remove _quotedName() as not used, use quotedName for all names

4 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Database.java (+4 -18)
timp 2002-05-30 15:06#29 Rev.: 1.7
Not used anywhere

0 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: InvalidNamePoemException.java (del)
timp 2002-05-30 14:57#28 Rev.: 1.1
Driver for http://www.hsqldb.org /

156 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: Hsqldb.java (new 156)
timp 2002-05-30 14:51#27
typos

12 lines of code changed in 2 files:

  • poem/src/main/java/org/melati/poem/dbms: FirstSQL.java (+10 -2), MySQL.java (+2 -2)
timp 2002-05-30 14:49#26 Rev.: 1.13
Quote all names, as HSQLDB will uppercase them otherwise.

11 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: AnsiStandard.java (+11 -8)
timp 2002-05-30 14:44#25
Move treeable from template into util

11 lines of code changed in 2 files:

  • melati/src/main/java/org/melati/admin: AdminUtils.java (+9 -2), EditHeader.wm (+2 -8)
timp 2002-05-30 14:43#24 Rev.: 1.2
Use proper path to blank.html

1 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Tree.wm (+1 -1)
timp 2002-05-30 14:42#23 Rev.: 1.64
Use new template path convention

7 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: Admin.java (+7 -2)
timp 2002-05-30 14:42#22 Rev.: 1.7
Use new templet path convention: additional org/melati at front

26 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template: ClassNameTempletLoader.java (+26 -10)
timp 2002-05-30 14:16#21 Rev.: 1.4
Add Servlet 2.3 methods, ensure compilation without warnings

109 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: DelegatedHttpServletRequest.java (+109 -11)
timp 2002-05-30 12:55#20 Rev.: 1.7
Not used anywhere

0 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: InvalidPostgresNamePoemException.java (del)
timp 2002-05-23 14:29#19 Rev.: 1.3
Remove deprecated method

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template/velocity: WebMacroFileResourceLoader.java (+3 -3)
timp 2002-05-21 00:30#18 Rev.: 1.3
No need to wrap HttpServletResponse as returned by Melati.getResponse().
HttpServeletReponseWrap deprecated and unused in Velocity 1.2

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template/velocity: VelocityTemplateEngine.java (+2 -3)
timp 2002-05-19 00:33#17 Rev.: 1.10
Remove deprecated import

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/util: HttpServletRequestParameters.java (+3 -3)
timp 2002-05-19 00:08#16 Rev.: 1.48
Typo

2 lines of code changed in 1 file:

  • melati/src/main/java/org/melati: Melati.java (+2 -2)
timp 2002-05-19 00:08#15
Update deprecated methods

19 lines of code changed in 4 files:

  • melati/src/main/java/org/melati/login: HttpBasicAuthenticationAccessHandler.java (+5 -5), HttpSessionAccessHandler.java (+6 -6), LoginHandler.java (+6 -6), Logout.java (+2 -2)
timp 2002-05-14 12:15#14 Rev.: 1.9
Reformat

23 lines of code changed in 1 file:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: Search.wm (+23 -12)
timp 2002-05-13 23:43#13 Rev.: 1.5
implement treeable

1 lines of code changed in 1 file:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: Contact.java (+1 -1)
timp 2002-05-13 22:55#12
doh

8 lines of code changed in 2 files:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactsDatabase.java (+6), ContactsDatabaseTables.java (+2 -3)
timp 2002-05-13 22:35#11 Rev.: 1.2
Add logSQL

3 lines of code changed in 1 file:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactsDatabaseTables.java (+3)
timp 2002-05-13 22:34#10 Rev.: 1.3
Newly generated, extends ContactsDatabaseTablesBase at last

3 lines of code changed in 1 file:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactsDatabase.java (+3 -7)
timp 2002-05-13 18:22#9 Rev.: 1.1
Contacts haven't been regenerated since before these two were generated by
DSD

36 lines of code changed in 2 files:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactsDatabaseTables.java (new 11)
  • melati-example-contacts/src/main/java/org/melati/example/contacts/generated: ContactsDatabaseTablesBase.java (new 25)
timp 2002-05-13 16:59#8 Rev.: 1.23
Add check to see if $object has a getChildren method

8 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/admin: EditHeader.wm (+8 -2)
timp 2002-05-12 18:56#7
Add integrtity fix, getChildren

209 lines of code changed in 8 files:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: Contact.java (+23 -1), contacts.dsd (+15 -3)
  • melati-example-contacts/src/main/java/org/melati/example/contacts/generated: CategoryBase.java (+2 -2), CategoryTableBase.java (+3 -2), ContactBase.java (+58 -7), ContactCategoryBase.java (+24 -12), ContactCategoryTableBase.java (+13 -4), ContactTableBase.java (+71 -8)
timp 2002-05-12 11:40#6 Rev.: 1.3
Tidy up form

21 lines of code changed in 1 file:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactView.wm (+21 -9)
timp 2002-05-11 18:23#5
Add javascriptlibraryurl

24 lines of code changed in 2 files:

  • melati-example-contacts/src/main/java/org/melati/example/contacts: ContactView.wm (+12 -7), Search.wm (+12 -8)
timp 2002-05-11 16:24#4 Rev.: 1.4
Replace check for RegExp (though it is there in most modern browsers)
Enable checking of empty fields even if RegExp is absent
Add trailing space trimming

96 lines of code changed in 3 files:

  • melati-webapp/src/main/webapp/melati-static/admin/static: validation.js (+32 -15)
  • melati/src/main/java/org/melati/admin/static: validation.js (+32 -15)
  • melati/src/test/webapp/melati-static/admin/static: validation.js (+32 -15)
timp 2002-05-02 17:09#3 Rev.: 1.82
Get javadoc comment right

2 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+2 -2)
timp 2002-05-02 16:56#2 Rev.: 1.1
Driver for http://www.mckoi.com/database /

152 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: Mckoi.java (new 152)
timp 2002-05-02 16:51#1 Rev.: 1.81
Sort out javadoc error

2 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+2 -2)

April 2002 »

Generated by StatCVS @VERSION@