CVS log for loncom/metadata_database/searchcat.pl

[BACK] Up to [LON-CAPA] / loncom / metadata_database

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Jun 19 04:28:08 2016 UTC (7 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
Diff to previous 1.84: preferred, colored
Changes since revision 1.84: +9 -6 lines
- Course Editor has "Standard Problem" item (Grading tab) for creation
  of new problem in user's Authoring Space, or in a Course "Authoring" Space.
- Course Editor has "Import from Course Resources" item (Import tab) to
  import published content from Course "Authoring" Space.
- Course "Authoring" Space
  - default.rights -- course-only access
  - quota is shared with content uploaded directly to course
  - content only browsable in course context
  - metadata not included in searchable meatdata MySQL table
CVs: ----------------------------------------------------------------------

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Jan 31 21:25:49 2016 UTC (8 years, 2 months ago) by raeburn
Branches: MAIN
Diff to previous 1.83: preferred, colored
Changes since revision 1.83: +154 -79 lines
- Score upload form supports identification of a user based on clicker ID,
  for Course Coordinators who prefer not to use LON-CAPA's in-built
  "Process Clicker" utility.
- clickers.db file on a library server contains key = value pairs, where key
  is (escaped) clicker ID, and value is (escaped) comma-separated list of
  usernames who registered that particular clicker ID.
- bi-nightly run of searchcat.pl will update clickers.db file.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Jan 27 22:22:59 2016 UTC (8 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2
Diff to previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
- Accommodate sub-directory structure of user directories containing dot(s)
  within the first three characters of the username.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Jan 16 13:31:31 2014 UTC (10 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0
Diff to previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
- Prevent "Can't use string as an ARRAY ref" error.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Aug 22 09:30:21 2013 UTC (10 years, 7 months ago) by bisitz
Branches: MAIN
CVS tags: version_2_11_0_RC1
Diff to previous 1.80: preferred, colored
Changes since revision 1.80: +2 -1 lines
Corrected rev. 1.80:
Include loncommon to allow call of loncommon::build_recipient_list()

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Aug 12 16:52:00 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.79: preferred, colored
Changes since revision 1.79: +43 -10 lines
- Domain Configuration (Contacts)
  - Enable/Disable e-mail sent to LON-CAPA when:
    (a) error form is submitted
    (b) domain defaults (authentication type or language) are changed.
  - E-mail recipient can be specified when bi-nightly searchcat.pl detects
    situation where a student/employeeID is used for more than one user in
    server's domain.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Jul 25 19:11:10 2013 UTC (10 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.78: preferred, colored
Changes since revision 1.78: +75 -1 lines
- New routines to delete unwanted keys from ids.db GBDM file in a domain
  lond: &del_id_handler() called to process "iddel" request from lonc side
  -- &iddel() routine in lonnet.pm.
- searchcat.pl will compare id => username retrieved from ids.db with
  expected id => username retrieved from each user's environment.db file
  (loops over user directories in /home/httpd/lonUsers/$dom), and updates
  ids.db based on latest data in environment.db, and logs actions.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Mar 26 13:29:31 2010 UTC (14 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_1, version_2_9_0, version_2_8_99_1, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
Diff to previous 1.77: preferred, colored
Changes since revision 1.77: +16 -6 lines
- When populating allusers table:
  - Use hash of courseIDs from single call to lonnet::courseiddump() for domain, instead of individual call to lonnet::is_course() to test if user is a course.
  - Check if directory in lonUsers/$dom/$1/$2/$3/$uname is for a user
    by testing for existence of passwd file.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Jul 25 23:17:43 2007 UTC (16 years, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_99_0, version_2_8_X, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_99_0, bz6209-base, bz6209, bz5969, bz2851, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.76: preferred, colored
Changes since revision 1.76: +28 -8 lines
searchcat.pl
- Additional MySQL table to build: allusers
- &descend_tree() arguments changed. $dom added as first arg, and reference to %allusers hash added as last arg.
- %allusers keys are usernames for all users in the domain which are not courses.
- user information put into allusers MySQL table.

LONCAPA/lonmetadata.pm
- description of allusers table
- &update_metadata(), &lookup_metadata() and &delete_metadata() modified to allow more flexibility in the WHERE condition in the SQL query (no longer forced to be url = ).
- &process_allusers_data() added to add/modify the contents of the allusers table.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Apr 11 22:44:18 2007 UTC (17 years ago) by albertel
Branches: MAIN
CVS tags: version_2_4_X, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0
Diff to previous 1.75: preferred, colored
Changes since revision 1.75: +3 -30 lines
- eliminate some copy/paste

Revision 1.70.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 3 04:01:32 2007 UTC (17 years, 3 months ago) by albertel
CVS tags: version_2_3_0
Diff to previous 1.70.2.2: preferred, colored to branchpoint 1.70: preferred, colored next main 1.71: preferred, colored
Changes since revision 1.70.2.2: +2 -2 lines
- backport 1.74

Revision 1.70.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 3 03:59:48 2007 UTC (17 years, 3 months ago) by albertel
Diff to previous 1.70.2.1: preferred, colored to branchpoint 1.70: preferred, colored
Changes since revision 1.70.2.1: +2 -1 lines
- backport 1.73

Revision 1.70.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 3 03:58:34 2007 UTC (17 years, 3 months ago) by albertel
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +3 -3 lines
- backport 1.72

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Jan 2 12:52:22 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_3_X, version_2_3_2, version_2_3_1
Diff to previous 1.74: preferred, colored
Changes since revision 1.74: +22 -209 lines
portfolio_metadata, portfolio_addedfields and portfolio_access tables in MySQL updated when portfolio access controls are modified or when portfolio metadata is updated.

Some routines in searchcat.pl moved to LONCAPA::lonmetadata.pm so they are available to lonsql when performing MySQL table updates on the library server which houses the portfolio files.

metadata updates and access control updates from lonmeta and lonnet::modify_access_controls are routed through lonnet::update_portfolio_table() which in turn does a querysend to dispatch a query to lonsql (via lond).

Only access control settings for public and passphrase-protected controls are stored in the portfolio_access MySQL table.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Jan 2 09:12:51 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
If no metadata file exists, only include courserestricted in record in portfolio_metadata MySQL table if this is a real group.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Jan 2 07:26:11 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1 lines
Only store in MySQL portfolio_access table for searching if acl is for public or passphrase protected access.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Jan 1 21:23:10 2007 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3 lines
Extra / in fullpath and a typo.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Dec 29 19:15:27 2006 UTC (17 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.70: preferred, colored
Changes since revision 1.70: +7 -40 lines
Moving &sqltime() from searchcat.pl to lonmetadata.pm so it can accessed elsewhere when usin Apache::lonmetadata().

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Dec 11 00:32:24 2006 UTC (17 years, 4 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_99_1, version_2_2_99_0
Diff to previous 1.69: preferred, colored
Changes since revision 1.69: +2 -13 lines
- switch to is_course routine

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Sep 26 15:15:19 2006 UTC (17 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.68: preferred, colored
Changes since revision 1.68: +298 -34 lines
Support for searching for portfolio files using metadata associated with a file. Three new MySQL tables added - portfolio_access, portfolio_metadata and portfolio_addedfields.  Both personal portfolio and course group portfolio files with currently active access controls are included.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Apr 8 07:07:15 2006 UTC (18 years ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.67: preferred, colored
Changes since revision 1.67: +1 -4 lines
- removing use Apache2::Compat that never really worked

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Feb 5 19:46:31 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3
Diff to previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
- BUG#4645, since no_chdir is now being used need to specify the full path

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Jan 27 15:53:49 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_2
Diff to previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
- don't do the chdir since we use the full filename anyway (faster this way)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Jan 27 15:25:05 2006 UTC (18 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.64: preferred, colored
Changes since revision 1.64: +4 -2 lines
- Apache 2 compatability

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Aug 11 18:19:41 2005 UTC (18 years, 8 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0
Diff to previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
- tturning off some old debugging bits

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Mar 21 20:36:11 2005 UTC (19 years ago) by matthew
Branches: MAIN
CVS tags: version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0
Diff to previous 1.62: preferred, colored
Changes since revision 1.62: +17 -48 lines
use Apache::lonnet instead of LONCAPA::LonConfiguration
multi-domain support is now handled on the same code path as single domain support,
    obiviating the need for a command line parameter.
No longer uses the nonexistant "mailto" command to send email about user id mismatches,,
    instead uses 'mail' to complain.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 11 03:25:18 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.61: preferred, colored
Changes since revision 1.61: +62 -34 lines
searchcat.pl:Bug 3961 - metadata only processed for default domain on
    multi-domain servers.  Now takes command line option -multi_domain.
    This causes a hostname lookup and the hosts.tab file to be parsed for
    matches of the hostname.  Added 'domain' to the dynamic metadata.
lonmetadata.pm:Added 'domain' to the metadata table and to the dynamic
    metadata;

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Mar 9 18:22:19 2005 UTC (19 years, 1 month ago) by matthew
Branches: MAIN
Diff to previous 1.60: preferred, colored
Changes since revision 1.60: +12 -3 lines
&process_meta_file: If the creationdate and/or lastrevisiondate is not given
in the .meta file, use the last modified time for the target resource.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:31:42 2004 UTC (19 years, 7 months ago) by matthew
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_99_1, version_1_2_99_0
Diff to previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Append to the logfile instead of overwriting it.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jun 22 14:16:08 2004 UTC (19 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_1_2_X, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1
Diff to previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Append PID to temporary table name to prevent collisions when multiple
searchcat run simultaniously.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jun 17 19:37:08 2004 UTC (19 years, 10 months ago) by www
Branches: MAIN
Diff to previous 1.57: preferred, colored
Changes since revision 1.57: +13 -10 lines
The description does not have all fields.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Apr 12 21:11:45 2004 UTC (20 years ago) by matthew
Branches: MAIN
CVS tags: version_1_1_99_0
Diff to previous 1.56: preferred, colored
Changes since revision 1.56: +6 -87 lines
Moved nohist_reseval parsing functionality from searchcat.pl to lonmetadata.pm.
searchcat.pl: stop dying on insert errors.
lonmetadata.pm: &store_metadata now translates 'nan' to 'NULL' because MySQL
won't take 'nan' in a numeric field.
Added &process_reseval_data and &process_dynamic_metadata routines.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Apr 9 22:04:53 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.55: preferred, colored
Changes since revision 1.55: +286 -145 lines
Added command line option handling and logging routine.
Added &process_dynamic_metadata and &get_dynamic_metadata.  Removed
&dynamicmetadata subroutine.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Apr 8 15:57:32 2004 UTC (20 years ago) by matthew
Branches: MAIN
Diff to previous 1.54: preferred, colored
Changes since revision 1.54: +472 -442 lines
Complete refactoring.

Currently does not attempt to get dynamic metadata.
Now uses lonmetadata routines to manage MySQL tables and inserts.
Appears to work fine, insert correct values into mysql, and run without
warnings or errors.
Added counting of copyright types.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Jan 5 15:54:22 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.53: preferred, colored
Changes since revision 1.53: +11 -4 lines
* Do not catalog directory metadata under "default"
* Get rid of 1969 as "dates"

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Dec 27 23:04:28 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.52: preferred, colored
Changes since revision 1.52: +4 -2 lines
Bugs #789 and 1926: Trying to make new fields searchable, just saving my work.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Dec 27 01:52:04 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.51: preferred, colored
Changes since revision 1.51: +5 -4 lines
Saving my work

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Dec 26 16:27:20 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.50: preferred, colored
Changes since revision 1.50: +14 -1 lines
Work on Bugs #789 and #1926: gradelevel and standards info

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Dec 26 15:13:48 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.49: preferred, colored
Changes since revision 1.49: +9 -7 lines
FLOATs working.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Dec 25 15:20:00 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.48: preferred, colored
Changes since revision 1.48: +26 -6 lines
The FLOAT fields do not work yet.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Dec 25 13:11:56 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.47: preferred, colored
Changes since revision 1.47: +29 -7 lines
Slowing getting there. Still needs subjective evaluation data included.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Dec 25 04:06:52 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.46: preferred, colored
Changes since revision 1.46: +71 -40 lines
Saving my work - this produces and SQL error on Insert.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Dec 24 20:41:32 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.45: preferred, colored
Changes since revision 1.45: +18 -2 lines
Setup for new table

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Dec 24 19:58:37 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.44: preferred, colored
Changes since revision 1.44: +44 -37 lines
Saving my work. Dynamic metadata now correctly generated, needs to be
put into database

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Dec 23 15:47:26 2003 UTC (20 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.43: preferred, colored
Changes since revision 1.43: +75 -79 lines
Just saving my work on retrieving dynamic metadata - this does not work yet.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Oct 8 19:38:41 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2
Diff to previous 1.42: preferred, colored
Changes since revision 1.42: +4 -4 lines
Does what the previous one did, but uses less memory. The next version needs
to address file locking, etc., which is going to be a major change.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 8 14:15:03 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.41: preferred, colored
Changes since revision 1.41: +9 -9 lines
Not yet sufficiently tested: reduce memory consumption of searchcat.pl by
replacing foreach with while.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Oct 7 17:51:38 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.40: preferred, colored
Changes since revision 1.40: +10 -25 lines
lonmeta.pm has a display problem, but I ran several "before/after" tests
directly on nohist_resevaldata, and this version of searchcat.pl seems to
work. Need to make sure we start from the backup versions of nohist_resevaldata
and then run this version of searchcat.pl.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Sep 26 00:23:09 2003 UTC (20 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.39: preferred, colored
Changes since revision 1.39: +3 -1 lines
Start to respect "obsolete"

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Aug 21 01:48:22 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
CVS tags: version_1_0_1
Diff to previous 1.38: preferred, colored
Changes since revision 1.38: +21 -21 lines
Comment out calls to dynamic meta function.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Aug 21 00:19:05 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.37: preferred, colored
Changes since revision 1.37: +38 -15 lines
Crashed with

Illegal division by zero at searchcat.pl line 347.

when hitting the first author who had no resevaldata yet ($oldsize=0).

Discovered while adding MIME-type count.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 8 12:38:00 2003 UTC (20 years, 8 months ago) by matthew
Branches: MAIN
CVS tags: version_1_0_0, version_0_99_5
Diff to previous 1.36: preferred, colored
Changes since revision 1.36: +22 -3 lines
Added check on the ratio of the sizes of the nohist_reseval.db and
nohist_new_reseval.db files.  This will hopefully prevent us from
overwriting data.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jul 30 16:49:27 2003 UTC (20 years, 8 months ago) by www
Branches: MAIN
CVS tags: version_0_99_4
Diff to previous 1.35: preferred, colored
Changes since revision 1.35: +13 -1 lines
Simple one-line status for cluster-wide automated reporting

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jun 25 14:42:00 2003 UTC (20 years, 9 months ago) by www
Branches: MAIN
CVS tags: version_0_99_3
Diff to previous 1.34: preferred, colored
Changes since revision 1.34: +63 -63 lines
Part of bug #1638: Rollback of changes to dynamic_metadata routine to version
1.32. New routine had been corrupting the data file.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jun 19 20:24:57 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.33: preferred, colored
Changes since revision 1.33: +73 -54 lines
&dynamic_metadata
   while(each) instead of keys, so we only read the db file once.
   study the regular expression before we do a bunch of regex matches
metadata database update code:
   Use statement handlers to do quoting
   No longer bother to check if something is in the database before
       telling MySQL to delete it - we just tell it to delete it and let
       it do what must be done.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jun 19 19:34:27 2003 UTC (20 years, 10 months ago) by matthew
Branches: MAIN
Diff to previous 1.32: preferred, colored
Changes since revision 1.32: +156 -155 lines
Indentation fix only.  No real code changes.  Move along.......

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Mar 26 20:15:57 2003 UTC (21 years ago) by www
Branches: MAIN
CVS tags: version_0_99_2, version_0_99_1, version_0_99_0, conference_2003
Diff to previous 1.31: preferred, colored
Changes since revision 1.31: +35 -3 lines
Start work on inserting dynamic metadata into MySQL database.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Feb 3 18:03:53 2003 UTC (21 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.30: preferred, colored
Changes since revision 1.30: +299 -865 lines
best wishes to all.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Feb 3 17:01:55 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
Diff to previous 1.29: preferred, colored
Changes since revision 1.29: +82 -99 lines
Trying to make sense of the diffs with previous versions, i.e., 1.27 (sniff)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Feb 3 13:42:16 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
Diff to previous 1.28: preferred, colored
Changes since revision 1.28: +17 -26 lines
- modifying header to be correct
- cleaning out unneccesary comments

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 3 05:39:37 2003 UTC (21 years, 2 months ago) by harris41
Branches: MAIN
Diff to previous 1.27: preferred, colored
Changes since revision 1.27: +904 -318 lines
beautified; BUG 1215 FIXED documentation that was horrible is now non-horrible
and
it now exists in every place that it should be; BUG 1216 FIXED stale records that
are not accounted for on the system are deleted; BUG 1217 FIXED, the
loncapa:metadata table can now change structure, and this script will
verify and alter the table structure if necessary; BUG 1218 PARTIALLY FIXED
(a small solid step toward The Great Metadata Overhaul); also using File::Find
now instead of find.pl

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jan 4 19:23:31 2003 UTC (21 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_0_6_2, version_0_6_1
Diff to previous 1.26: preferred, colored
Changes since revision 1.26: +13 -2 lines
According to Scott's suggestion, it is better to check the user ID than
to allow running as root, and then fix ownerships.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 4 15:04:12 2003 UTC (21 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Bug #1111
searchcat.pl is apparently running as "root" and changed ownership on
nohist_resevaldata.db to "root". Need to make "www" owner of that file.
This should go into 0.6.1

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 18 20:44:15 2002 UTC (21 years, 5 months ago) by www
Branches: MAIN
CVS tags: version_0_6
Diff to previous 1.24: preferred, colored
Changes since revision 1.24: +33 -18 lines
This took a lot of memory since it first stored ALL filenames in an array.
Now does it in author chunks.
Also tries to condense resevaldata files. First run will take a long time.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 18 13:54:31 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +26 -2 lines
Bug 839

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Oct 8 18:45:33 2002 UTC (21 years, 6 months ago) by albertel
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
- Need to put () after all calls to GDBM_*

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 8 16:59:26 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +47 -27 lines
Does cleanup now (still disabled)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 8 15:09:36 2002 UTC (21 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +86 -1 lines
Can collect dynamical metadata.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 9 14:00:24 2002 UTC (21 years, 7 months ago) by harris41
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3 lines
loncapa_apache.conf does not need to be directly specified

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jul 1 18:23:00 2002 UTC (21 years, 9 months ago) by matthew
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, version_0_4, stable_2002_july, STABLE
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +14 -1 lines
Automatically create metadata database if it does not exist.  This happens
weekly during a cronjob run, not during interactive publishing.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 17 14:03:04 2002 UTC (21 years, 11 months ago) by matthew
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +4 -3 lines
Replaced access.conf with loncapa_apache.conf.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 11 21:28:20 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +12 -13 lines
using LONCAPA::Configuration::read_conf
BUG 129

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 4 05:06:18 2002 UTC (22 years, 1 month ago) by harris41
Branches: MAIN
CVS tags: stable_2002_april
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +29 -1 lines
add in header

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 17 13:36:07 2001 UTC (23 years ago) by harris41
Branches: MAIN
CVS tags: stable_2002_spring, stable_2001_fall
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +4 -1 lines
updating change information at beginning as well as
only running if machine is a library server -Scott

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 16 20:45:42 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
calculating the correct value for month -Scott

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 16 20:32:20 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +10 -2 lines
making a 'time' to sql-datetime conversion for entering into sql
database -Scott

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 16 13:48:14 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +4 -3 lines
fixing uri processing -Scott

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 16 13:45:20 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
making url to be syntactically correct uri as opposed to a truncated version..
also making sql search&destroy functionality to be case-sensitive

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 16 13:17:05 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
syntax error.. forgot a logical operator -Scott

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Apr 16 13:16:10 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +15 -4 lines
not entering in non-current versions, and cleanly replacing existing
entries -Scott

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:46:37 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +14 -14 lines
should work now -Scott

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:26:36 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
minor syntax error -Scott

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:24:05 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
adding the very important DBI module -Scott

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:10:26 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
removing stupid bug -Scott

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:08:34 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
removing minor syntax error -Scott

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:07:36 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
making dbh variable accessible to the entire script.. stopping errors
-Scott

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 16 12:04:41 2001 UTC (23 years ago) by harris41
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +34 -2 lines
filtering resource directories to only look at directories
belonging to a given home user -Scott

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Apr 14 18:24:54 2001 UTC (23 years ago) by harris41
Branches: MAIN
a batch script for synchronizing the contents of a library server with
a SQL metadata database -Scott

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>