Revisions for agora/po/agora.pot

Location: [ Horde ] / agora / po / agora.pot 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.78 (+44 -44 lines) 08/01/2008 11:47 AM Jan Schneider jan

Updated

1.69.2.2 FRAMEWORK_3 (+92 -91 lines) 07/12/2008 01:18 PM Jan Schneider jan

Updated

1.77 (+126 -121 lines) 04/01/2008 12:46 PM Jan Schneider jan

Updated

1.76 (+126 -117 lines) 01/05/2008 06:37 AM Duck duck

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

1.75 (+164 -164 lines) 12/16/2007 12:14 PM Jan Schneider jan

Updated

1.74 (+64 -64 lines) 11/23/2007 06:30 AM Jan Schneider jan

Updated

1.73 (+5 -5 lines) 10/02/2007 09:38 AM Duck duck

Bug #5759

1.69.2.1 FRAMEWORK_3 (+4 -8 lines) 09/29/2007 10:48 AM Jan Schneider jan

Updated

1.72 (+29 -29 lines) 09/24/2007 07:39 PM Duck duck

Fix column names

1.71 (+66 -66 lines) 09/24/2007 06:34 AM Duck duck

Fix comments

1.70 (+110 -113 lines) 09/23/2007 06:44 AM Duck duck

Use DB sequence.
Update last message in forum.

1.69 (+63 -69 lines) 09/08/2007 01:30 PM Jan Schneider jan

Updated

Tags: FRAMEWORK_3

1.68 (+96 -92 lines) 08/23/2007 01:06 PM Duck duck

Use scope for cache keys, to avid overlaping in different scopes

1.67 (+82 -82 lines) 06/09/2007 01:26 PM Duck duck

Split even the forums per scope.

Don't show the forums list selection in search form for scopes other than agora ? having thousends of forms for comments is not usefull.

Use getBareForums for forms for search forum selection.

1.66 (+152 -108 lines) 06/09/2007 11:19 AM Duck duck

Initial split_sql driver, it should already solve the problem of showing the last messages in the normal sql driver from the api calls.

1.65 (+58 -61 lines) 03/26/2007 10:11 AM Duck duck

Use nl2br instead of text2html since conflicts with bbcode.
Fix moderation with splitting tables. Now you can moderate comments only for the current scope or the forums you own.
Consolidate the app/scope naming in the API methods declaration.
Add moderation todo for th comment API.
Comments are pushed inside one forum, so allow to count all the messages not just threads.
As all handling is done inside the doComments so we never know when an reply is posted or a data owner deleted a messages, return a count of all messages to the calling app.

1.64 (+91 -83 lines) 03/10/2007 09:18 AM Duck duck

When creating a new forum set description to data title and author to data owner, to allow him to edit comments under his data.

1.63 (+70 -70 lines) 02/25/2007 02:11 PM Duck duck

Remember when we read a thread.
Mark threads with new posts from our last view.
If we open a already read thread go to the last page, otherwise stay on the first page.

1.62 (+42 -42 lines) 02/04/2007 11:37 AM Duck duck

Add message_modifystamp to track when a message was last edited or a thread replied. Fixes sorting by the last message.

1.61 (+61 -57 lines) 01/25/2007 12:48 PM Duck duck

Mark hot only threads with posts younger then one day.

1.60 (+6 -1 lines) 01/15/2007 05:44 AM Duck duck

Missing gettext of thread pages

1.59 (+70 -76 lines) 01/15/2007 04:08 AM Duck duck

Update translation

1.58 (+115 -115 lines) 01/11/2007 06:35 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.

1.57 (+67 -67 lines) 12/30/2006 06:49 AM Jan Schneider jan

Updated

1.56 (+117 -91 lines) 12/27/2006 06:08 AM Duck duck

Ban support.

1.55 (+94 -84 lines) 12/21/2006 06:04 AM Duck duck

Mark moderators at in thread view.
Use a central function to format body.

1.54 (+19 -11 lines) 12/20/2006 10:41 AM Duck duck

Display the number of unapproved messages in the forum action list for moderators.

1.53 (+74 -65 lines) 12/20/2006 07:03 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.52 (+81 -78 lines) 12/18/2006 12:43 PM Duck duck

Added quote button. Now the body of the message is not copied in the body, unless the user decides to.

1.51 (+130 -138 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.50 (+50 -42 lines) 12/13/2006 01:52 PM Duck duck

Remove the DATATREE_ROOT usage.
The root form has ?0? parent id, like in the SQL structure.

1.49 (+67 -39 lines) 12/13/2006 12:45 PM Duck duck

Merge two threads on one

1.48 (+89 -65 lines) 12/13/2006 08:25 AM Duck duck

Move thread to another forum

1.47 (+33 -33 lines) 12/08/2006 12:29 PM Duck duck

Add a space between the sorter icon an the column name.

Change the phorm2agora script to allow different db connections and clean forum cache after migration.

1.46 (+26 -26 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.45 (+57 -57 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.44 (+42 -42 lines) 11/17/2006 10:38 AM Duck duck

Fix cache expire for api calls.

1.43 (+69 -69 lines) 11/17/2006 09:40 AM Duck duck

Basic thread cache.
Still need to fix subpage page idents and expire in api calls.

1.42 (+144 -85 lines) 11/01/2006 08:34 AM Duck duck

Add per scope or forum permissions

1.41 (+10 -10 lines) 10/31/2006 11:00 AM Duck duck

Use an extension to Horde_Tree to correctly list flat threads.

1.40 (+55 -58 lines) 10/31/2006 02:32 AM Duck duck

- Set default number of attachment to ?0?, to not use null and follow data logic.
- Remove forum::exits() calls from. getForumID() as an DB call already returns null if the object doesn't exists so is really not needed to access the DB twice.

1.39 (+219 -159 lines) 10/30/2006 02:32 AM Duck duck

Union newMessage and saveMessage in order to not fill all the values directly in when inserting a new message. Should solve bug #4587.

1.38 (+104 -106 lines) 08/19/2006 12:16 PM Jan Schneider jan

Updated

1.37 (+71 -79 lines) 04/18/2006 10:47 AM Jan Schneider jan

Updated

1.36 (+49 -48 lines) 01/24/2006 12:03 PM Jan Schneider jan

Updated

1.35 (+54 -34 lines) 01/01/2006 01:34 PM Jan Schneider jan

Updated

1.34 (+72 -76 lines) 11/23/2005 01:29 PM Jan Schneider jan

Update

1.33 (+48 -44 lines) 08/15/2005 09:49 AM Jan Schneider jan

Updated

1.32 (+110 -64 lines) 07/06/2005 06:58 PM Jan Schneider jan

Update

1.31 (+33 -33 lines) 05/11/2005 09:20 AM Jan Schneider jan

Updated

1.30 (+132 -83 lines) 04/16/2005 05:38 AM Jan Schneider jan

Updated

1.29 (+25 -25 lines) 03/24/2005 05:56 PM Jan Schneider jan

Updated

1.28 (+85 -72 lines) 03/13/2005 05:13 AM Jan Schneider jan

Updated

1.27 (+8 -8 lines) 12/08/2004 04:28 AM Jan Schneider jan

Updated

1.26 (+15 -15 lines) 12/01/2004 08:57 AM Jan Schneider jan

Updated

1.25 (+34 -34 lines) 11/17/2004 07:10 AM Jan Schneider jan

Updated

1.24 (+31 -31 lines) 10/31/2004 12:23 PM Jan Schneider jan

Updated

1.23 (+79 -50 lines) 10/17/2004 06:24 PM mdjukic

updated

1.22 (+102 -75 lines) 09/29/2004 08:22 PM Jan Schneider jan

Updated

1.21 (+124 -87 lines) 08/30/2004 08:38 AM mdjukic

udpate it_IT

1.20 (+87 -35 lines) 08/17/2004 05:40 PM Jan Schneider jan

Updated

1.19 (+31 -59 lines) 06/08/2004 07:34 PM Jan Schneider jan

Updated

1.18 (+146 -56 lines) 04/29/2004 03:19 PM Jan Schneider jan

Updated

1.17 (+40 -44 lines) 03/10/2004 03:44 PM Jan Schneider jan

Updated

1.16 (+7 -13 lines) 02/14/2004 08:08 AM Jan Schneider jan

Updated

1.15 (+48 -56 lines) 01/22/2004 06:44 PM Jan Schneider jan

Updated

1.14 (+10 -14 lines) 12/30/2003 03:59 PM Jan Schneider jan

Updated.

1.13 (+124 -90 lines) 12/14/2003 01:55 PM mdjukic

updated

1.12 (+45 -34 lines) 10/31/2003 07:26 AM Jan Schneider jan

POT updates

1.11 (+24 -27 lines) 09/16/2003 05:42 PM Jan Schneider jan

Updated

1.10 (+76 -74 lines) 09/11/2003 08:22 AM mdjukic

updated

1.9 (+24 -27 lines) 09/01/2003 06:56 AM Jan Schneider jan

POT updates

1.8 (+76 -95 lines) 08/29/2003 11:34 PM mdjukic

updated

1.7 (+233 -92 lines) 07/17/2003 02:53 AM mdjukic

updated

1.6 (+10 -10 lines) 05/22/2003 05:32 AM Jan Schneider jan

POT updates

1.5 (+22 -18 lines) 04/23/2003 10:51 AM Jan Schneider jan

POTs

1.4 (+24 -27 lines) 03/30/2003 11:25 AM Jan Schneider jan

POT updates

1.3 (+27 -43 lines) 03/04/2003 07:48 AM Jan Schneider jan

Update PO templates.

1.2 (+5 -1 lines) 02/09/2003 02:01 PM Jan Schneider jan

Update PO templates.

1.1 02/09/2003 12:37 PM Jan Schneider jan

Add pot file