This is a non-exhaustive (but still near complete) changelog for phpBB Primetime 1.0.x including release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.

Changelog


1. Changelog

1.i. Changes since 1.0.4

  • [Fix] caching of queries till something changed was not working
  • [Fix] some modules where not being installed properly at installation [core]
  • [Fix] pause on hover issues with slideshow [pages]
  • [Fix] correctly display iframes with specified dimensions [pages]
  • [Fix] set correct template path for styles with inherited templates [pages]
  • [Change] force user avatar display [content]
  • [Change] we now use cron to approve topics with future date [content]
  • [Change] updated to jquery 1.7.2
  • [Change] updated to jquery ui 1.8.20
  • [Change] updated to ckeditor 3.6.3
  • [Change] cache queries for 6 hours instead of 1 [core]
  • [Change] added 'cms-block-container' class so users can customize blocks with css [blocks]
  • [Feature] display number of pending posts in user block menu [blocks]
  • [Feature] set link to members page to members module if it is installed [members]

1.ii. Changes since 1.0.3

  • [Fix] BBcodes not working when posting content
  • [Fix] header search box not working as of phpBB 3.0.9
  • [Fix] correctly require topic approval where applicable [content]
  • [Fix] Recent Forum Topics: Always ordered by last post time (bug #93) [forum]
  • [Fix] Recent Forum Topics: Permissions ignored; Recent Forum Posts: Permissions and "Select Forum" values ignored (bug #92) [forum]
  • [Fix] Content bug where last word isnt displayed (bug #89) [content]
  • [Fix] Author displaying avatars differently (bug #87) [content]
  • [Fix] Newly added position wont sticky (bug #86) [blocks]
  • [Fix] Moving Content posts causes them to disappear (bug #83) [content]
  • [Fix] problems with slideshow [pages]
  • [Fix] multiple xhtml errors
  • [Change] updated to jquery 1.7.1
  • [Change] updated to jquery ui 1.8.17
  • [Change] updated to ckeditor 3.6.2
  • [Change] updated to jquery masked input 1.3
  • [Change] serve jquery and jquery ui locally instead of using google CDN - phpBB rules [core]
  • [Change] all javascript is now added right before the tag
  • [Change] remove iframe bbcode - not xhtml valid[cblocks]
  • [Change] now uses phpBB's UMIL functions to add/remove/set/unset permissions, and database updates
  • [Feature] provide direct link to add block from custom block admin [menu]
  • [Feature] provide direct link to add block from menu admin [menu]
  • [Feature] display special bbcode helper [cblocks]
  • [Feature] provide option to display iframe scrollbars or not for wrapper bbcode [pages]
  • [Feature] ability to specify slideshow width/height [pages]
  • [Feature] added pm count to user menu [blocks]
  • [Feature] ability for moderators to schedule posts right on the post screen [content]

1.iii. Changes since 1.0.3-RC2

  • [Fix] change database index length for phpBB 3.0.9 compatibility
  • [Change] updated to jquery 1.6.2 and jquery ui 1.8.16
  • [Change] updated OOCSS grid to latest svn

1.iv. Changes since 1.0.2

  • [Fix] Post New link should only be displayed if user has permission (bug #73)
  • [Fix] Unformated search results page (bug #75)
  • [Fix] Cron incorrectly ran on every page load [core]
  • [Fix] fix incorrect template path issue when editing a page in ACP [pages]
  • [Fix] fix pagination issue for posts that have both pages and comments [content]
  • [Fix] installer skips some modules causing problems after installation
  • [Fix] fixed issue with nested bbcodes like quotes in comments [forums]
  • [Fix] fixed issue with dissappearing topics when you change content type [content]
  • [change] birthday block should only display valid members with at least 1 approved post [blocks]
  • [change] redirect to login box instead of throwing exception if user is not logged in but trying to access a page that requires permissions
  • [change] active topics search now displays posts from content module as well
  • [change] we limit text by number of characters preserving html rather than by number of words
  • [change] content posts with pagination should start from page 1 not page 0 [content]
  • [change] group all forums created by primetime into one parent forum
  • [change] hide content MOD tags from posts if primetime is uninstalled
  • [feature] ability to specify slideshow transition for rss feeds block [pages]
  • [feature] allow parsing of page bbcodes in custom blocks [cblocks]
  • [feature] implement topic tracking for some blocks
  • [feature] implement 'no container' feature to display blocks without containers [blocks]

1.v. Changes since 1.0.1 (never released)

  • [Fix] Permmissions issues in pages and content module
  • [Fix] Deleting content type lead to database error (bug #63) [Content]
  • [Fix] Issues with edit/delete in MCP [Content]
  • [Fix] Issues with creating more than one tab/accordion/slideshow on a single page [Pages]
  • [Fix] Some slideshow effects were not working correctly [Pages]
  • [change] Updated to ckeditor 3.5 [Pages]
  • [change] Updated to jquery 1.4.4 [Core]
  • [change] Updated to jquery ui 1.8.7 [Core]
  • [change] Made parsing special bbcodes a little more efficient [Pages]
  • [change] Changed some slideshow effect options [Pages]
  • [change] Changed feed source format from xml to json [Pages]
  • [Feature] Add page types (regular page, wiki page, and link) [Pages]
  • [Feature] Lock/unlock pages automatically while they're being edited [Pages]
  • [Feature] Added Recently modified pages block [Pages]
  • [Feature] Ability to preview feeds and click to insert feed items [Pages]

1.vi. Changes since 1.0.1-RC6

  • [Fix] Fixed issue with viewonline not showing correctly (bug #38 & 39)
  • [Fix] Fixed issue with featured user/group not rotating (bug #31) [Members]
  • [Fix] Fixed issue with headers already sent when managing categories block (bug #35)
  • [Fix] Display feeds correctly for 'Content mod' forums (bug #34)
  • [Fix] Redirect to previous page correctly after logging in (bug #43)
  • [Fix] Get text editor for correct style, no longer hardcoded for prosilver (bug #50)
  • [Fix] Allow feeds for primetime modules where applicable [core]
  • [change] Create separate forum for each content type [content]
  • [change] Changed page bbcode from [break=],[break] to [page=][/page], [page][/page]
  • [change] Use tabs to organize form when creating/editing content types [content]
  • [change] Use tabs to organize form when creating/editing pages [Pages]
  • [change] Updated to ckeditor 3.4 [Pages]
  • [change] Updated to jquery 1.4.2 [Core]
  • [change] Updated to jquery ui 1.8.4 [Core]
  • [change] Serve jquery and jquery ui from google CDN [Core]
  • [Feature] Users with proper permissions can now create sub pages [Pages]
  • [Feature] Provide buttons for special bbcodes [Pages]
  • [Feature] Provide button to insert new page [Content]
  • [Feature] Manage categories by module or module mode [Categories]

1.vii. Changes since 1.0.1-RC5

  • [Fix] Changed block_title to block_name as block_title does not exist [Blocks]
  • [Fix] Process Featured User/Group correctly, removing invalid user/group ids from list [Members]
  • [Fix] Fixed timezone issues with calendar
  • [Fix] Multiple calendar blocks acting independently is now possible
  • [Fix] Display content category view correctly, removing extra spacing [Content]
  • [Fix] Display smilies box when posting/editing topics [Content] (Bug #4)
  • [Fix] Only add cms_common.css to site front page and not in acp (Bug #1)
  • [Fix] Display correct date format for date picker in mcp [Content]
  • [Fix] Remove undefined language variable in Content Comments block [Content] (Bug #6)
  • [Fix] Remove raw content tags from search results [Content]
  • [Fix] Display rss feeds correctly [Pages] (Bug #7)
  • [Fix] Install sample blocks even if user decides not to install sample data
  • [Fix] Make sure block title is copied when copying blocks from one style to another [Blocks] (Bug #10)
  • [Fix] Copy blocks correctly [Blocks] (Bug #9)
  • [Fix] Use md5 hash of block settings to identify similar blocks across different styles [Blocks] (Bug #12)
  • [Fix] Correct path to search user posts when viewing profiles (Bug #14)
  • [Fix] Only count visible child module modes so main menu is displayed properly
  • [Fix] Correctly set layout grids
  • [Fix] Categories hierarchy should now be displayed correctly [Categories]
  • [Fix] Display pagination correctly [Forums]
  • [Fix] Installer now sets sample categories with correct left and right ids
  • [Fix] Short date format (mm/dd/yyyy) added to language to allow internationalization (Bug #18)
  • [Fix] Block weigt is now set correctly when adding block to empty block position
  • [Fix] Issues with page editing are now fixed
  • [Fix] Disabling/Enabling primetime is now working properly (Bug #17)
  • [Fix] Search module should not show scheduled topics (topic_time > current time in results [Search]
  • [Fix] Correctly cycle through user/group list when using featured user/group blocks [members]
  • [change] Change calendar function to a class for better features [Calendar]
  • [change] Change cms_calendar to cms_birthday_calendar [Calendar]
  • [change] Change container bbcode to allow nested containers [Pages]
  • [change] Display block ids in acp for easier use with [Pages]
  • [change] Group pages by page parent for better viewing in [Pages]
  • [change] Container bbcode now uses template for better flexibility [Pages]
  • [change] Only users/groups with permission to search can view [Search]
  • [change] Put primetime permissions under "Primetime" category in acp
  • [change] Add topics calendar instead of birthday calendar at installation
  • [change] Set forums under 'Forums' and not 'Community' at installation
  • [change] Overwrite vanilla language variables within primetime
  • [change] Overhaul permission functions so modules can grant local forum permissions at mod installation
  • [change] Check required phpBB version before installing primetime
  • [change] Forum topics block now shows last poster name if preview is topic's last post
  • [Add] Topics calendar by popular demand
  • [Add] Layout bbcode for [Pages]
  • [Add] Script bbcode for [Pages]
  • [Add] Permission option to edit page (wiki) [Pages]
  • [Add] Bookmarks block [Forums]
  • [Add] Popular topics based on views per day, number of contributors, number of raters, etc [Forums]
  • [Add] View last read topics using topics block [Forums]
  • [Add] New topics block template, 'context' with inline preview (not popup) [Forums]
  • [Add] Provide Readme.html
  • [Add] Provide Install.html
  • [Add] Provide changelog
  • [Add] Content documentation in acp [Content]
  • [Add] We can now provide documentation for a particular MOD by simply dropping a 'documentation.txt' file in the language folder
  • [feature] Ability to for users to specify start of week [Calendar]
  • [feature] Ability to assign a style to a page [Pages]
  • [feature] Wiki-style pages (versioning, diff viewer, etc) [Pages]
  • [feature] Cache results from topics table until something changes for better performance
  • [feature] Ability to delete all block instances in a style or similar blocks accross styles [Blocks]

2. Copyright and disclaimer

This application is opensource software released under the GPL.