Revisions for wicked/lib/Page/AttachedFiles.php

Location: [ Horde CVS ] / wicked / lib / Page / AttachedFiles.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.37 (+2 -2 lines) 01/06/2009 01:02 PM Jan Schneider jan

Happy New Year

1.36.2.1 FRAMEWORK_3 (+2 -2 lines) 01/06/2009 10:28 AM Jan Schneider jan

Happy New Year

1.36 (+2 -2 lines) 08/18/2008 02:44 PM Michael M Slusarz slusarz

Call Util::dispelMagicQuotes() on uploaded filenames.

Tags: FRAMEWORK_3

1.35 (+7 -1 lines) 03/11/2008 09:01 AM Jan Schneider jan

Check with Browser::wasFileUploaded().

1.34 (+54 -28 lines) 03/11/2008 08:57 AM Jan Schneider jan

Wrap, docs.

1.33 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.32 (+6 -1 lines) 11/18/2007 09:04 PM Jan Schneider jan

Copyright from Tyler Colbert

1.31 (+2 -2 lines) 10/30/2007 10:47 PM Jan Schneider jan

Update some email addresses.

1.30 (+3 -3 lines) 06/13/2007 04:16 PM Jan Schneider jan

Use Horde::downloadUrl().

1.29 (+2 -2 lines) 02/07/2006 10:34 AM Chuck Hagenbuch chuck

clean up some unnecessary references.

1.28 (+3 -3 lines) 10/12/2005 11:49 PM Matt Selsky selsky

ws

1.27 (+4 -1 lines) 09/22/2005 09:58 AM Jan Schneider jan

Show author's full name in AttachedFiles view.

Submitted by: martin (at) mein-horde (dot) de
Bug: 2639

1.26 (+13 -3 lines) 09/02/2005 02:13 PM Chuck Hagenbuch chuck

visual indication and messages about requiring changelogs for attached files.
Bug: 2453
Submitted by: martin (at) mein-horde (dot) de

1.25 (+3 -3 lines) 08/15/2005 09:04 AM Jan Schneider jan

quotes

1.24 (+2 -2 lines) 07/20/2005 08:33 PM Chuck Hagenbuch chuck

space between sentences.

1.23 (+3 -2 lines) 07/13/2005 09:52 AM Chuck Hagenbuch chuck

consistently use WICKED_MODE_REMOVE for deleting attachments
Bug: 2262

1.22 (+28 -3 lines) 07/12/2005 02:51 PM Chuck Hagenbuch chuck

[cjh] Attachments can now be deleted (Bug #2246).

Bug: 2246

1.21 (+15 -4 lines) 07/11/2005 07:45 PM Chuck Hagenbuch chuck

[cjh] Send notification emails when files are attached (Bug #2248).

1.20 (+4 -1 lines) 07/11/2005 04:30 AM Jan Schneider jan

Raise warning on attachments with spaces.

1.19 (+2 -1 lines) 07/11/2005 03:49 AM Jan Schneider jan

Log error.

1.18 (+2 -1 lines) 07/01/2005 07:20 PM Chuck Hagenbuch chuck

Add EDIT to allowed modes for AttachedFiles page.
Bug: 2169

1.17 (+5 -3 lines) 06/22/2005 10:55 PM Matt Selsky selsky

Remove extra stuff from @var lines in phpdoc.

1.16 (+6 -6 lines) 06/02/2005 01:03 AM Chuck Hagenbuch chuck

streamline

1.15 (+2 -3 lines) 05/31/2005 02:35 PM Chuck Hagenbuch chuck

Defined referrer_id in the wrong function...

1.14 (+20 -45 lines) 05/30/2005 04:28 PM Chuck Hagenbuch chuck

Try to cut down on unnecessary db queries.

1.13 (+2 -1 lines) 05/30/2005 03:35 PM Chuck Hagenbuch chuck

Fix echos in templates.

1.12 (+3 -14 lines) 05/30/2005 02:18 PM Chuck Hagenbuch chuck

[cjh] Add a config option to toggle use of pretty URLS with mod_rewrite
(Bug #1878).

1.11 (+32 -19 lines) 04/29/2005 02:31 PM Chuck Hagenbuch chuck

[cjh] Require PERMS_EDIT to attach files to a page (tasin@fhm.edu, Bug #1880).

1.10 (+8 -3 lines) 04/27/2005 11:59 AM Chuck Hagenbuch chuck

Use non-localized names for page names. Still may need some tweaking/testing.

1.9 (+8 -3 lines) 04/26/2005 04:33 PM Chuck Hagenbuch chuck

Lots and lots of HTML cleanups, display headers where they were missing before, show links back to referring pages, etc.

1.8 (+1 -2 lines) 04/18/2005 12:54 PM Chuck Hagenbuch chuck


Bug: 1811
Submitted by: selsky@columbia.edu

1.7 (+6 -6 lines) 03/11/2005 05:32 PM Jan Schneider jan

quotes

1.6 (+3 -4 lines) 03/09/2005 05:27 PM Jan Schneider jan

Fix parse errors. Was this the intended code, Jason?

1.5 (+45 -8 lines) 03/04/2005 11:09 AM eraserhd

* Introduce page_id for wicked_pages, wicked_history
* Use page_id as foreign key for wicked_attachments, wicked_attachment_history
(Will be able to track changes accross rename/delete soon.)

1.4 (+13 -2 lines) 12/01/2004 11:28 AM eraserhd

* These pages need to check the referrer's permissions.

Submitted by: Ben Chavet <ben@chavet.net>

1.3 (+4 -4 lines) 10/19/2004 11:22 AM mdjukic

Change all references to *.gif images to the new *.png.

1.2 (+4 -4 lines) 10/18/2004 06:02 AM mdjukic

change getParam('graphics') to getImageDir()

1.1 08/06/2004 09:06 AM eraserhd

* Add ability to attach files to wiki pages.