Feature proposal #1703
closedJoomla 1.6 beta adaptations (not including workarounds of bugs of Joomla itself)
Added by beat over 14 years ago. Updated almost 14 years ago.
Description
This is a first, experimental support of Joomla 1.6 beta releases.
Updated by beat over 14 years ago
Committed new r996 : added computation of special urls to CBSef function and added backend computation
Updated by beat over 14 years ago
Cleaned up initial startup in commit r997 .
Tested in mambo, joomla 1.0, joomla 1.5.
Updated by beat over 14 years ago
- Assignee set to beat
Kyle did a great job, now committing and commenting:
Commit r998 : new cb.acl.php CBACL class instead of CMS acl
Updated by beat over 14 years ago
Commit r999 : Added PEAR library to CB and adapted pcl.tar library to use CB one
Updated by beat over 14 years ago
commit r1000 : ACL adaptations to use new CBACL functions in backend : part 1
Updated by beat over 14 years ago
Commit r1001 : Email to moderators ACL adapted
Commit r1002 : Added URL rewriter use BackendUrl for admin urls all over the admin files
Updated by beat over 14 years ago
Commit r1003 : Added more URL rewriter use BackendUrl for admin urls and for AJAX fields too in frontend
Updated by beat over 14 years ago
Commit r1005 : CB Library: Added more URL rewriter use BackendUrl for params and adapted CBTables for user ACL
Updated by beat over 14 years ago
Commit r1006 : Added URL rewriter for AJAX username and email checkers in frontend
Updated by beat over 14 years ago
Commit r1007 : new joomla 1.5 + 1.6 XML file for comprofiler installer
Commit r1008 : new comprofiler.sql file
Updated by beat over 14 years ago
- % Done changed from 30 to 80
r1012 fixes url for 2nd step back to: index2.php?option=com_comprofiler&task=finishinstallation
Updated by beat over 14 years ago
Commit r1024 : fixed deleteUsers check for existing super-admins
r1025 : fixed broken ACL checks in j1.6
r1026 : fixed saveUser check for existing super-admins
Updated by beat over 14 years ago
- Subject changed from Joomla 1.6 adaptations to Joomla 1.6 beta adaptations (not including workarounds of bugs of Joomla itself)
- Status changed from New to Closed
- % Done changed from 80 to 100
Updated by beat over 14 years ago
r1146 adapts to a swap of table index in joomla API of beta 4.
r1147 Fixed another session gid issue
Updated by beat almost 14 years ago
- Status changed from Closed to Assigned
- % Done changed from 100 to 80
Re-opened as final tests show still issues due to new API and changes in 1.6 bets 14.
Updated by beat almost 14 years ago
r1289 Fixed a style comment issue for Joomla 1.6 that gave a blank page in Safari
Updated by beat almost 14 years ago
r1290 Adapted Joomla 1.6 ACL interface to joomla 1.6 change that super-admin is now a separate group from the public child root
Updated by beat almost 14 years ago
- Users in multiple groups display several times (backend and frontend)
- another bug in CB configuration, moderators: initially the image moderator has a j1.5 GID, but as it's non-existant, then the select has no value chosen, and saves empty, making a warning and generating a buggy config: We need to check if the GID chosen in the list exists, and if not to make it 8 for j1.6
- when editing a user in backend, his group(s) are not displayed in the Groups field
- when editing a user in backend, his group(s) in the Groups field are probably not saved
Updated by beat almost 14 years ago
r1291 Fixed backend users-lists displaying multiple times same user, once for each group (issue 1.a above).
Updated by beat almost 14 years ago
r1282 Fixed frontend users-lists displaying multiple times same user, once for each group (issue 1.b above, solving issue 1 above)
Updated by beat almost 14 years ago
r1293 fixed # 2 above: moderators: initially the image moderator has a j1.5 GID, but as it's non-existant by Checking to see if the GID chosen in the list exists, and if not to make it 8 for j1.6
(Thank you Kyle)
Updated by beat almost 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 80 to 100
r1297 Fixed items #3 and #4 above: when editing a user in backend, his group(s) are not displayed in the Groups field and not saved correctly.
Thank you Kyle for troubleshooting and proposing patch.
Updated by beat almost 14 years ago
r1308 cleaned up ACL for joomla 1.6 and added API