Revisions for agora/deleteforum.php

Location: [ Horde ] / agora / deleteforum.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.39.2.2 FRAMEWORK_3 (+2 -2 lines) 05/13/2008 05:38 PM Jan Schneider jan

Return to the current scope after deleting a forum.

1.46 (+2 -2 lines) 04/15/2008 03:23 PM Chuck Hagenbuch chuck

View naming - .html.php, some flattening of directories

1.45 (+2 -2 lines) 01/05/2008 06:37 AM Duck duck

- Do not silence define().
- Get the cache prefix entry only once

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

Happy New Year

1.39.2.1 FRAMEWORK_3 (+2 -2 lines) 01/01/2008 11:10 PM Chuck Hagenbuch chuck

[cjh] Merge Horde_Template_Compiling to stable Agora branch as Agora_Template.

1.43 (+2 -1 lines) 11/25/2007 11:55 PM Michael Rubinsky mrubinsk

First round of reverts to fix incorrect Horde_Loader usage.

1.42 (+1 -4 lines) 11/23/2007 03:38 PM Duck duck

Move getForumId() into subclass to avoid scope check when we already know it.
As having autoload loaded, use it.

1.41 (+6 -6 lines) 09/23/2007 05:53 AM Duck duck

Replace Horde_Template with Horde_View

1.40 (+3 -3 lines) 09/23/2007 05:16 AM Duck duck

Replace deprecated is_a with instanceof

1.39 (+2 -2 lines) 01/11/2007 06:34 AM Duck duck

Remove agora_template and use the new template code from framework directly.
Show use enum type if adding a moderator and the forums list is not too long.

Tags: FRAMEWORK_3

1.38 (+2 -2 lines) 01/08/2007 06:10 PM Chuck Hagenbuch chuck

Fix Horde_Template references
Bug: 4852
Submitted by: vilius (at) lnk (dot) lt

1.37 (+2 -2 lines) 01/02/2007 07:46 AM Jan Schneider jan

Happy New Year

1.36 (+5 -3 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.35 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.34 (+2 -2 lines) 12/27/2006 06:08 AM Duck duck

Ban support.

1.33 (+2 -2 lines) 12/21/2006 03:22 AM Duck duck

Agora is a big loop. So use the new template code like in gollem, imp etc.

1.32 (+3 -3 lines) 12/20/2006 07:02 AM Duck duck

Star working on morerators.
Add report as abuse action.
Display moderators under the description in forum list.
No need to check if messages exists since getMessage already does.
Standarize the error cheking in modearators actions scripts.

1.31 (+3 -4 lines) 12/16/2006 10:26 AM Duck duck

Merged Agora_Forums to agora_Mesasges. For all my test seems to work even with comments in turba.

Move all forums sorting to sql.

Get all last messages in one SQL query instead of each counting.

Clean the mess with naming message_author/message_from. Now every where use message_author like is named the SQL column.

Search is performed by only one query. Instead of performing a query pear each search. I must still implement pagination and result sorting.

1.30 (+27 -40 lines) 11/20/2006 06:03 AM Duck duck

Limit the number of  selected forums directly in sql.
Clean delete forums and always pass scope information.

1.29 (+2 -2 lines) 11/19/2006 09:09 AM Duck duck

Remove not used no_root parameter form getForums.

Don't list all forums scopes for admin, but show scope selection in the standard action menu to  allow us future limitation of the number of selected forums directly in sql.

1.28 (+8 -6 lines) 11/01/2006 08:34 AM Duck duck

Add per scope or forum permissions

1.27 (+7 -8 lines) 10/26/2006 01:10 PM Chuck Hagenbuch chuck

[cjh] Migrate from DataTree to local SQL usage (Duck <duck@obala.net>).

1.26 (+6 -6 lines) 03/10/2006 05:35 PM Chuck Hagenbuch chuck

Remove unnecessary references and Horde_Form::singleton() calls.

1.25 (+2 -2 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.24 (+11 -2 lines) 09/23/2005 06:27 AM Jan Schneider jan

Allow to manage forums and messages added throught the comments API.

1.23 (+1 -1 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.22 (+2 -2 lines) 11/08/2004 11:12 PM Chuck Hagenbuch chuck

fix typo

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

1.21 (+4 -4 lines) 11/03/2004 10:24 PM Chuck Hagenbuch chuck

Use the <ul> menu.

1.20 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.19 (+3 -4 lines) 08/29/2004 09:39 AM mdjukic

- make sure that all threads are also deleted when a forum is deleted
- add a var for auto creating a forum when posting through the API (the $new_forum will always be false when posting through agora)
- some minor cleaning

1.18 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.17 (+2 -2 lines) 03/03/2004 04:55 AM mdjukic

fix notification

1.16 (+3 -2 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.15 (+6 -6 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.14 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.13 (+3 -3 lines) 01/13/2004 01:46 PM mdjukic

updated paths for Horde_Form

1.12 (+2 -2 lines) 01/01/2004 10:13 AM Jan Schneider jan

Happy new year everyone.

1.11 (+2 -6 lines) 11/24/2003 05:08 PM Chuck Hagenbuch chuck

Consistenly allow someone with 'agora:admin' permissions to administer Agora.

1.10 (+3 -3 lines) 09/28/2003 04:20 AM mdjukic

use the setButtons() function for setting submit/reset buttons in Horde_Form

1.9 (+4 -4 lines) 09/16/2003 07:03 PM Jan Schneider jan

Use the new Util:: class.

1.8 (+3 -4 lines) 09/09/2003 07:59 AM mdjukic

Use only one menu setup... do html only in templates.

1.7 (+4 -4 lines) 07/17/2003 01:51 PM mdjukic

use the agora id for forum id

1.6 (+3 -3 lines) 07/16/2003 03:27 AM mdjukic

fix comment

1.5 (+2 -3 lines) 07/14/2003 11:15 AM mdjukic

tokens are actually on by default

1.4 (+14 -1 lines) 07/14/2003 11:05 AM mdjukic

don't always require the Horde_Form libs, only in the scripts where they are needed.

1.3 (+7 -6 lines) 07/10/2003 12:22 AM Chuck Hagenbuch chuck

- add message deletion by admins
- clean up template objects a bit (not globaling in base.php should help)
- clean up blocks a bit

1.2 (+6 -6 lines) 07/09/2003 06:50 PM mdjukic

- fix threads in a horde block
- use just the regular threads.php script with a bit of a tweak

1.1 06/13/2003 03:46 AM mdjukic

delete forum script