CVS log for loncom/interface/lonwishlistdisplay.pm
Up to [LON-CAPA] / loncom / interface
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 24 00:48:30 2021 UTC (3 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
HEAD
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +16 -1
lines
- Bug 6955 IP-based blocking.
- Course search, Stored links, and Resource Annotations added to functions
which can be blocked by client IP. (User with evb priv in course exempt).
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 28 19:24:03 2014 UTC (10 years, 9 months ago) by bisitz
Branches: MAIN
CVS tags: 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,
version_2_11_1,
version_2_11_0_RC3,
version_2_11_0
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Fix typos in comments
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 16 21:50:16 2014 UTC (10 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +17 -26
lines
- Coding style changes and white space removal only.
- defined()
- cuddled else.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 3 01:26:33 2012 UTC (12 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC2,
version_2_11_0_RC1
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
- Use of Stored Links requires user to have $env{'user.adv'} defined.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 15 14:13:14 2012 UTC (12 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +18 -4
lines
- Privileges checking.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 15 14:54:51 2011 UTC (13 years, 10 months ago) by wenzelju
Branches: MAIN
CVS tags: language_hyphenation_merge,
language_hyphenation,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +8 -2
lines
- Changed the way the pop-up-windows for 'Add Link' and 'Add Folder' are generated (have to call lonwishlist here to get the newest information, i.e. about the existing folders, instead of writing the pop-up-window statically via javascript).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 27 14:38:44 2011 UTC (13 years, 11 months ago) by wenzelju
Branches: MAIN
- Split lonwishlist into two modules, one for displaying (handler) and one utility-module, to avoid problems with Apache::constants when calling methods from lonwishlist (e.g. need to call lonwishlist-method in lonmenu and lonmenu is used in printout.pl -> outside of mod_perl).
- Moving entries in wishlist: corrected warning shown when no entry is selected
- Some code optimizations
- Still some things do not work perfect -> in progress
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>