[Phpslash-devel] phpSlash 0.7.1RC1 released
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-03-27 20:11:58
|
Hey folks, 0.7.1RC1 has been released for testing. Mostly bugfixes but there are a few nice things thrown in too. -=-=- The section argument to getHeader was changed to an array. This array argument is then parsed so that the array key is a template placeholder substituted to contain the array value. In other words, slashTemplate could contain: {KEY1} {KEY2}, etc. which when output would be: value1 value2 This is an easy way to add the output of phpAdsNew. -=-=- You should be able to create groups of users that have limited access to post stories only to certain sections. If the user is editing a block or story that is also assigned to a section they do not have access to, the contents can be changed, but not deleted entirely. -=-=- Please test this RC so that we can move on. thanks, Joe |