• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Initial revision

    • -0
    • +27
    /openacs-4/packages/fabrik/fabrik.info
    • -0
    • +31
    /openacs-4/packages/fabrik/sql/postgresql/fabrik-drop.sql
    • -0
    • +4
    /openacs-4/packages/fabrik/www/doc/index.adp
  1. … 8 more files in changeset.
Initial import of accounts-finance, first draft

Initial import of accounts-desk, first draft data model

Initial revision

    • -0
    • +28
    /openacs-4/packages/accounts-desk/accounts-desk.info
i18n'd portlets title

i18n'd portlets title

i18n'd portal page title

Made sure that passing a package_id actually yields the expected results

Added fast locale switch taken from categories

fixing proc install error, updating comments

adding first draft of datamodel

Added fast locale switch taken from categories

Fix to make oacs work with aolserver 4.5: pass default output encoding via content_type to ns_startcontent in case it is not specified

Fix to make oacs work with aolserver 4.5: pass default output encoding via content_type to ns_startcontent in case it is not specified

makes xinha use subsite's FS instance, or main sites FS if no subsite FS

adding purge messages

adding the ability to purge a users searches if they mess themselves up or the code messes them up

adding links to full exports and messages to explain what each permission means to the permissions files

adding catalog messages that were missing and new messages related to full exports and permissions

using a catch instead of a transaction (which would hang) to get results count, this means that if one search is bad it doesn't break a users search page

fixing title creation for contact searches

removing notification emails from filling up the history log... if somebody needs this we might need a parameter

This might sound funny by db_nextval has given me the same value twice on our system resulting in commit errors, therefore I put some extra precautions into the code. Hopefully it will not be necessary in the future as it fixes the symptoms and not the roots, but for the time being it is the best we got

Added catches for proper processing

removing unused queries and fixing query bugs

    • -1
    • +10
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
    • -221
    • +3
    /openacs-4/packages/imsld/tcl/imsld-procs.xql
fixing query bugs

    • -35
    • +35
    /openacs-4/packages/imsld/tcl/imsld-procs.xql
sorting lists options alphabetically for checkboxes

adding the hide and show functionallities to the player. needed to do some changes to the database

    • -2
    • +2
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
adding code to prevent infinit loops on searches within searches and catching errors on contact search conditions so that one bad condition doesn't break the contact searches page

adding transaction code to prevent one bad search from breaking the contact searches page