• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Oops last commit was from the www subdirectory ...

    • -31
    • +3
    /openacs-4/packages/notes/notes.info
Rewrote "notes" to use ad_form and package_instantiate_object to make it a

better example (Rocael at University of Galileo asked for a nice example so

I decided to just rewrite notes). We should also have an example using the

CR of course ... some other time.

    • -69
    • +101
    /openacs-4/packages/notes/www/add-edit.tcl
    • -20
    • +23
    /openacs-4/packages/notes/www/add-edit.xql
    • -6
    • +2
    /openacs-4/packages/notes/www/delete.tcl
    • -29
    • +30
    /openacs-4/packages/notes/www/index-oracle.xql
    • -17
    • +21
    /openacs-4/packages/notes/www/index-postgresql.xql
    • -25
    • +2
    /openacs-4/packages/notes/www/index.tcl
Added an "-on_validation_error" block that can be used to set the page

title etc after a validation error (request blocks aren't executed in this

case, and using ad_form_new_p explicitly has its own problems).

updated core version numbers

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
    • -2
    • +2
    /openacs-4/packages/search/search.info
fixing bug #3 (in collaboraid leiden extranet). task count for cases you are in on the simplay index page was not taking role into account as it should

bug fix in the upload_file_revision proc. The creation_user variable was not being defaulted properly (the variable name creation_user_id was used)

added tagalog bug fix and Croatian locale to ad-locale.sql

cleaned up indexing bugs from docbook

  1. … 103 more files in changeset.
removed obsolete appendix

correct error message

bugfix: missing close brace

Moved to use normal select ... style for creating object-types, instead of an inline function.

Use string repeat to create indentations.

Jeff suggested taking out magic numbers from tree_sortkey tutorial,

and explained how to best find the tree_level with tree_sortkey. I put

this into the docs.

Added in an explanation of how to get the children of a particular item while

using tree_sortkey

The Aolserver link only linked to Aolserver 3.3 install, so I added in

"or Install Aolserver 4".

No longer necessary, replaced by the 5.0.0 to 5.1.0d1 version

Added in a tutorial section for using tree_sortkeys

added -no_empty switch to export_vars

  1. … 12 more files in changeset.
changed for renamed proc repeat_string, added -no_empty switch to export_vars

changed for renamed proc repeat_string

renamed proc repeat_string

Using the @cvs-id $Id$ trick (really just testing cvs diffs)

Hopefully the final tweak to the log diffs thing.

adding new translations from the translation server. This overrides my commit from last friday which was missing many messages.

  1. … 28 more files in changeset.
adding new translations from the translation server. This overrides my commit from last friday which was missing many messages.

  1. … 83 more files in changeset.
making import page report errors. Making conflict page show both new and old message and offer the option of accepting new or reverting to old message

file message-conflict-revert.tcl was initially added on branch oacs-5-0.

making import procs report errors encountered. Making message::register proc throw error if en_US message doesn't already exist. Adding message::revert proc.

leaving sync_time null and not assuming we were ever in sync. This has the downside that we have no base when bootstrapping the new upgrade feature causing a lot of update conflicts. However, it avoids delete conflicts.