communit.as
all together now
The Haps
Is our blog not enough for you? No problem! Get up to the minute updates from our various feeds all in one place right here. If it has an RSS feed and it’s related to this project, it will probably be on this page.
Twitter Updates
communitas: Some of the 1.7 new stuff: Rails-style auto-crud, users can have multiple roles, roles can inherit multiple roles, non-action resources - Sat, 12 Dec 2009
communitas: Some of the 1.7 new stuff: Rails-style auto-crud, users can have multiple roles, roles can inherit multiple roles, non-action resources
communitas: 1.7 Release name: Banderhatch - Sat, 12 Dec 2009
communitas: 1.7 Release name: Banderhatch
communitas: Communit.as 1.7: 3/1/10. #stillalive - Sat, 12 Dec 2009
communitas: Communit.as 1.7: 3/1/10. #stillalive
communitas: RT @theloveofcode Introducing the new Black Diamond Equipment website: http://www.blackdiamondequipment.com Powered by Communit.as! - Wed, 15 Jul 2009
communitas: RT @theloveofcode Introducing the new Black Diamond Equipment website: http://www.blackdiamondequipment.com Powered by Communit.as!
communitas: Version 1.6.11 is up. http://communit.as/download - Wed, 04 Mar 2009
communitas: Version 1.6.11 is up. http://communit.as/download
New Developer Issues
Issue 61 created: "Set DEFINER for all views to CURRENT_USER"
Issue 60 created: "Clean up hook documentation"
2 issues changed in communitas
16 issues changed in communitas
Issue 59 created: "module uninstall action no permissions by default"
Recent Communti.as Support Group Messages
Re: congrats on the launch! - Wed, 04 Mar 2009
Thanks! Yeah, it's good to finally put something out there after all
this time. Exciting stuff!
--Jaybill
congrats on the launch! - Wed, 04 Mar 2009
great seeing you at the launch party...thanks for launching this baby!
Recent Communti.as Developer Group Messages
Re: [communitas-dev] Re: Proposed new methods for Db_Table_Abstract - Wed, 11 Mar 2009
works for me!
Re: Proposed new methods for Db_Table_Abstract - Wed, 11 Mar 2009
Changed my mind about one thing:
The field names array should just be a property instead of a variable
that's passed around. It probably rarely changes for each table, if
ever.
Proposed new methods for Db_Table_Abstract - Wed, 11 Mar 2009
I have these methods written for a couple modules, and I like them,
and I think they should be added to the core db table abstract.
Let me know what you think of these ideas...
fetchAllArray($where, $order, $limit, $page)
- Just like fetchAll(), except the output is always an array of
rows, or an empty array.
Changes to Cts_Translate::translate - Sun, 22 Feb 2009
I made a pretty substantial modification to the translate method. It
doesn't affect anything that calls it.
Basically, the way it was originally parsed the arguments (vsprintf,
sprintf, etc) *before* the key got looked up, meaning that it was
looking for "Password must be between 6 and 32 chars" instead of
Re: [communitas-dev] Re: Navigation - Tue, 17 Feb 2009
Yeah, and then with the module name in the table, that should make disabling
(just not pulling) those items easy when the module is disabled. And it
should be a separate field from the short name, specifically just for the
module name.
Recent Subversion Commits
Revision 1196: Added logic to remove orphaned data from roles assocation tables
Revision 1195: removed deprecated split function in favor of explode, added default caching fro
Revision 1194: Completed customer index.
Revision 1193: added dummy function to header
Revision 1192: updated function uuid in common (ms compatible guids)