AOAS, 簡單的覆蓋工作。但是,備份文件和數據庫。
177 2012-02-11 15:18
Re: PunBB 1.4.2 is ready for localization (23 replies, posted in Development)
Please, all lang developers, check this tests http://punbb.org.ua/punbb/.dev/tests/locales_tests.php
It use latests version of languages. This test check only missed or unneeded keys.
178 2012-02-11 10:28
Re: [Release] Fancy JQuery (14 replies, posted in PunBB 1.3 extensions)
For PunBB 1.4 please use Fancy jQuery Addons.
179 2012-02-11 10:27
Topic: Fancy jQuery Addons (4 replies, posted in Supported extensions)
Its another extensions that provided addon modules for jQuery.
Included libs
jquery.cookie.js
jquery.easing.js
jquery.fancybox-1.3.4.js
jquery.hotkeys.js
jquery.mousewheel.js
jquery.sha1.js
jquery.timers-1.2.js
jquery.tools.min.js
underscore.js
PunBB 1.4
fancy_jquery_addons-2.2.zip
180 2012-02-11 10:22
Re: PunBB 1.4.2 (28 replies, posted in News)
Just use English lang files as start point.
181 2012-02-11 10:12
Re: PunBB 1.4.2 (28 replies, posted in News)
Progent, i think it css-hack for IE or Opera.
182 2012-02-11 07:32
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
February, 2012.
183 2012-02-11 07:24
Re: upgrade from 1.3.4 to latest... safe to proceed? (4 replies, posted in Discussions)
Upgrade process described in this post.
185 2012-02-10 19:55
Re: PunBB 1.4.2 (28 replies, posted in News)
Fancy Image 0.9.6 worked on PunBB 1.4.2.
Demo.
186 2012-02-10 19:54
Re: Fancy Image (15 replies, posted in Supported extensions)
Version for PunBB 1.4.2
fancy_image-0.9.6.zip
187 2012-02-10 19:36
Re: PunBB 1.4.2 (28 replies, posted in News)
In 1.4.2 release we make harder way for installing oldest extensions that not updated and not tested in 1.4.
In default configuration you can not install extensions that have maxtestedon version lower than 1.4.
If you want disable extensions version checking - just add to your config.php this line.
define('FORUM_DISABLE_EXTENSIONS_VERSION_CHECK', 1);
188 2012-02-10 19:32
Re: PunBB 1.4.2 (28 replies, posted in News)
Please, specify extensions that stop working.
189 2012-02-10 19:22
Re: PunBB 1.4.2 (28 replies, posted in News)
190 2012-02-10 19:16
Re: PunBB 1.4.2 (28 replies, posted in News)
Full changelog available on GitHub - v1.4.1...v1.4.2.
191 2012-02-10 13:31
Re: upgrade from 1.3.4 to latest... safe to proceed? (4 replies, posted in Discussions)
Not all extensions will be worked.
192 2012-02-10 13:28
Re: PunBB 1.4.2 is ready for localization (23 replies, posted in Development)
I think source code is better place for copyright, than admin panel.
193 2012-02-10 07:31
Topic: PunBB 1.4.2 (28 replies, posted in News)
PunBB 1.4.2 offers its better visual design and many bug fixes
General
Oxygen style is updated.
Errors are translatable.
The link from the last part of breadcrumbs is removed.
"Last edited message" is moved to the post header.
Flash messages is automatically disabled in the case of a redirect with delay > 0.
Bug Fixes
Fixed non-updated info block of the last registered user.
Fixed redirect of a post to the previous one after its deleting.
Fixed upload of avatars in open_basedir cases.
Fixed censoring functions. Thanks to Gargaj for helping.
Fixed all known "Full-path disclosure" errors.
Fixed extension of an updated subsystem - broken in 1.4.0.
Fixed broken update in SQLite.
Usability
Auto-suggest username from the email inserted in the registration form.
For developers
New function to start a session - forum_session_start().
Note
No there are "changed only files" in this release because all files altered according to Copyright date updating.
Download
punbb-1.4.2.zip (MD5 4d76707be8cd07c9470ab46e7d31a4a6)
Languages
Russian-1.4.2_2.zip
Traditional_Chinese-1.4.2_1.zip
Known errors
You can not install extensions with maxtestedon version 1.4RC* or lower. This bug affect very small set of extensions.
194 2012-02-08 19:01
Re: Invalid argument supplied for foreach() in /index.php on line 176 (3 replies, posted in PunBB 1.4 troubleshooting)
I think it extensions that not updated for PunBB 1.4. Maybe subforums.
195 2012-02-07 07:25
Re: PunBB 1.4.2 is ready for localization (23 replies, posted in Development)
Thanks ethan42411.
196 2012-02-06 19:18
Topic: PunBB 1.4.2 is ready for localization (23 replies, posted in Development)
Upcoming version PunBB 1.4.2 is a ready for localization.
We are planed to release it very soon.
Use this diff file for view changes in language files between version 1.4.1 and last commit in 1.4.2RC3.
Please all people who makes localization for 1.4 version - update your language files for 1.4.2 version. Changes very small, but important.
197 2012-02-04 20:08
Re: Fancy AddThis (11 replies, posted in Supported extensions)
198 2012-02-04 13:52
Re: PBB Gallery v2.0 [Beta] in PunBB 1.4? (1 replies, posted in PunBB 1.4 troubleshooting)
I think no - too much changes from 2005-07-03.
You need rewrite it for PunBB 1.4 or find PHP-programers who can do it for you.
199 2012-02-03 07:04
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Minor style fixes for Opera.
200 2012-01-30 18:50
Re: Bold visit links if there are new posts. (2 replies, posted in PunBB 1.4 troubleshooting)
Its not simple because New posts links its not exactly Unreaded new posts - it is just New posts since your last visit (or visit timeout). it can containts New posts in topics that already readed.
In my old forum i`m create extension that by ajax counted realy new unreaded posts and display it as counter on page title and browser tab. And make link for toggle display all forums or only with unreaded topics. You can check it work at http://forum.iteam.ua/ but it for PunBB 1.3. Extension called fancy_fast_gun - you can find it or i can send by request.