Releases for Tribune
tribune 6.x-2.0-beta2
First released: April 12, 2009 - 20:51
Size: 48.58 KB
md5_file hash: 78f091ad1acf53f1d7d147afeda86a59
Last updated: April 12, 2009 - 20:56
This version introduces tribunes as nodes, which allows many tribunes on the same website.
A migration script is available from the settings page, which should automatically create a new tribune node, and move all your old tribune messages to this node. If you have the Path module enabled, it will also (if you check the option) create an alias from "tribune" to your new node path, so the old path will still work. You will still have to set the permissions and menu entry yourself, however.
Just in case... do not forget to backup your database before updating!
This beta2 fixes a bug with the "JS shortcuts" tab appearing on every node.
tribune 6.x-2.0-beta1
First released: April 12, 2009 - 17:10
Size: 48.55 KB
md5_file hash: bd87f8d543d4c4748dae947fdc043e42
Last updated: April 12, 2009 - 17:16
This version introduces tribunes as nodes, which allows many tribunes on the same website.
A migration script is available from the settings page, which should automatically create a new tribune node, and move all your old tribune messages to this node. If you have the Path module enabled, it will also (if you check the option) create an alias from "tribune" to your new node path, so the old path will still work. You will still have to set the permissions and menu entry yourself, however.
Just in case... do not forget to backup your database before updating!
tribune 6.x-1.10
First released: April 11, 2009 - 19:59
Size: 44.12 KB
md5_file hash: f25816e036e0ff2cad07ea094d460fce
Last updated: April 11, 2009 - 20:03
Mostly bug fixes.
The url filter has received a few improvements (you can use $1...$9 in the replacement string, instead of just giving a fixed text)
tribune 6.x-1.9
First released: March 12, 2009 - 16:16
Size: 41.5 KB
md5_file hash: 0e8cdb83c416181ff47140bdd7cd879e
Last updated: March 12, 2009 - 16:21
Well, there are many improvements and fixes...
- Added an "idle delay" setting, which disables AJAX reloading for idle users
- Allow users to delete their own messages (if they have the "delete own tribune messages" permission)
- Fixed javascript shortcuts for tags, ctrl-i, ctrl-b, ctrl-u and ctrl-s insert the <i>, <b>, <u>, <s> tags.
And a few other things
tribune 6.x-2.x-dev
First released: November 28, 2008 - 22:33
Size: 49.55 KB
md5_file hash: 277487ba2544056d3feb638600212c20
Last updated: November 10, 2009 - 12:24
This version introduces tribunes as nodes which allows many tribunes on the same website. It is still highly experimental, though.
tribune 6.x-1.8
First released: November 19, 2008 - 14:40
Size: 41.18 KB
md5_file hash: 62595b22c2e189cadfbb26ca37d80d17
Last updated: November 19, 2008 - 14:45
Well I'm sorry, a file was missing in the previous release, which breaks the RSS.
tribune 6.x-1.7
First released: November 18, 2008 - 11:46
Size: 40.74 KB
md5_file hash: d4357655385849b67c45b4c853dc83ee
Last updated: November 18, 2008 - 11:50
Woops, the install script in 1.6 was broken for new installations.
tribune 6.x-1.6
First released: November 17, 2008 - 11:48
Size: 40.75 KB
md5_file hash: fa2b41ed153f04fab9189ad3c319959b
Last updated: November 17, 2008 - 11:50
- Use theme functions for displaying pages and posts to allow customization
- Option to display a pager on the main tribune page (for microblogging use)
- RSS feed
- Better matching of clocks (instead of stupidly looking for all matching clocks in the last two days, it now looks for clocks today, then yesterday if none is found, then the day after, etc)
- Miscellaneous fixes regarding filters, session handling, and nicknames containing quotes
Don't forget update.php, as the switch to theme functions will break your tribune until you run it [:aloyd].
tribune 6.x-1.5
First released: November 3, 2008 - 21:18
Size: 39.26 KB
md5_file hash: dbfcd6ec8851f4bf5473c972f2ab1c93
Last updated: November 3, 2008 - 21:20
- The form is now hidden when a user does not have the "post" permission
- When mbstring is not available, try to use iconv, and if it not available either just avoid manipulating the string too much (instead of just failing)
- When a new message appears on the tribune, a star * is displayed in the title bar (and disappears once the user moves his mouse)
- Answer to one's post are highlighted (light red by default) so they are easier to spot. This needed a new table, so be sure to run update.php after upgrading !
tribune 6.x-1.4
First released: October 13, 2008 - 12:12
Size: 37.94 KB
md5_file hash: acac1b4448fe365db91e8559ea04e4dc
Last updated: October 13, 2008 - 12:15
- Fix history style and highlighting ;
- Fix block style ;
- Fix calls to "undefined" pages ;
- It is now possible to have a list of active users (approximate: registered users and anonymous users who have used /nick and who have visited the tribune in the last five minutes), either by using the new "Tribune users" block, the "active_users" filter, or directly in code using the
tribune_get_active_users()function.
Also, a repository for filters is now available at http://tout.essaye.sauf.ca/filter — it does not have many filters yet, but hopefully the collection will grow.
tribune 6.x-1.3
First released: September 26, 2008 - 08:38
Size: 35.26 KB
md5_file hash: bba4633f55d3c26c75dfbf01b097aefa
Last updated: September 26, 2008 - 08:40
- Finally fixed the conflicts between the tribune page and the block when displayed on the same page ;
- Fixed conflict between the tribune block and upload module (hopefuly it fixed all javascript incompatibilities with other modules) ;
- Fixed an old bug where posts would sometimes not appear when reloading through AJAX (when posted the same second but after the reload) ;
- History is themed the same way as the tribune page (with javascript highlighting, etc) ;
- Paging of history results and highlight of results for string search ;
- X-Post-Id header is not sent anymore if the post was deleted by a filter.
If you have written custom filters which do things in Javascript when new posts appear, they may need to be updated, look at totoz.js for an example.
tribune 6.x-1.2
First released: September 3, 2008 - 21:22
Size: 42.04 KB
md5_file hash: 8deef07e057d526d08fb149507456265
Last updated: September 3, 2008 - 21:25
A few bugfixes, and a complete rewrite of the (until now hidden) history, which is now accessible from tribune/history
tribune 6.x-1.1-1
First released: August 28, 2008 - 14:40
Size: 41.45 KB
md5_file hash: aec6adb8d11456bcb7dee94b22523c4b
Last updated: August 28, 2008 - 14:45
Important bug fixes and support for JCoinCoin (replaces 1.1 which was commited a bit too soon)
tribune 6.x-1.1
First released: August 28, 2008 - 14:20
Size: 41.96 KB
md5_file hash: 29cddca1fd6c96d83c9a9dcc596717bb
Last updated: August 28, 2008 - 14:25
Important bug fixes and support for JCoinCoin
tribune 6.x-1.0
First released: July 22, 2008 - 12:58
Size: 40.01 KB
md5_file hash: e36b8c947cd9c771690967920fd041bd
Last updated: July 22, 2008 - 13:00
I believe this module works reliably enough to release it.
tribune 6.x-1.x-dev
First released: November 29, 2007 - 19:39
Size: 44.26 KB
md5_file hash: 83c1bb12d734eb7d900cd555ac7c70a6
Last updated: November 10, 2009 - 12:24
Development version.
