• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
using seperate files for deprecating/reactivating categories

removed unused files

Check for errors on form before deciding which buttons to display, otherwise it will show the display-mode buttons instead of the edit-mode buttons when there are errors

moved tree-view-simple for better naming

    • -0
    • +6
    /openacs-4/packages/categories/www/cadmin/tree-copy-view.adp
    • -0
    • +55
    /openacs-4/packages/categories/www/cadmin/tree-copy-view.tcl
moved for better naming

moved set-parent files for better naming

changing the HR_HR locale to be disabled by default like all the other non-en_US locales

moved subtree-choose files for better naming

    • -0
    • +9
    /openacs-4/packages/categories/www/cadmin/tree-map-2.adp
    • -0
    • +63
    /openacs-4/packages/categories/www/cadmin/tree-map-2.tcl
    • -0
    • +28
    /openacs-4/packages/categories/www/cadmin/tree-map-2.xql
fixing bug #1494. Installing from apm files would break if there were file names with spaces. My fix was to change to split the output of the tar command on new lines instead of spaces.

changed link for le with spaces in its filename

renamed image file with spaces in its name

using string repeat instead of old proc to generate indentation

using proc to generate standard part of context bar

now using lang::system to get languages from cache, using ad_form

removed master template

now using lang::system proc to get languages from cache

Quick fix for a problem with entries starting at 0h. This should be cleaned up though.

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.