Activity
From 23/02/2011 to 24/03/2011
24/03/2011
-
13:21 Refactoring #3122: goodbye mdb2, welcome <new way to access database>
- I would advise against using Doctrine's DBAL because it locks in another dependency.
PDO is at least semi-standard... -
13:10 Refactoring #3122: goodbye mdb2, welcome <new way to access database>
- The doctrine project has produced a DBAL on top of PDO that can be used without the ORM.
http://www.doctrine-proj... -
13:07 Refactoring #2809: FrontController refactoring, OO-ify response and request
- I really like the way symfony2 has evolve about handling Request and Response. It's in fact the paradigm by django a ...
22/03/2011
-
10:57 Bug #1979 (Bug resolved): survey mdb2 error
- retested and no problem anymore!
-
09:13 Refactoring #3122: goodbye mdb2, welcome <new way to access database>
- Great idea. It would be a ton of work though, since there are various places in the code where the Database abstracti...
-
00:09 Refactoring #3122: goodbye mdb2, welcome <new way to access database>
- I personally recommended to the 2.0 team (about 3 years ago) to go with PDO instead of a (at the time) non-standard, ...
21/03/2011
-
17:51 Refactoring #3122 (Bug resolved): goodbye mdb2, welcome <new way to access database>
- Currently the Database works with direct calls to mdb2 wich is quite obsolete, spawn errors, is absolutely not OO, is...
-
12:07 Refactoring #3076: change default Database driver to allow transactional DB
- I've just found a "paper":http://www.lemug.fr/wp-content/uploads/2011/01/Wp_MySQL-5.5_InnoDB-MyISAM.en_.pdf about Inn...
-
10:32 Bug #2925 (Bug resolved): Shibboleth failing
-
10:32 Bug #2930 (Bug resolved): Shibboleth: infinite loop when shib is not enabled
18/03/2011
-
14:32 Bug #3022 (Feature implemented): Unable to add platform groups in publisher
- This is no issue on the stable so i'll close this one.
16/03/2011
-
17:34 Refactoring #3076: change default Database driver to allow transactional DB
- I agree that InndoDB might not be THE solution and basically there is no silver bullet in that field. My point was ma...
14/03/2011
-
16:50 Bug #2925: Shibboleth failing
- Same comment as previous issue for shibb.
We will do the final test when moving to prod.
I believe we can close now. -
15:22 Bug #2925: Shibboleth failing
- I can't this test ..
-
16:48 Bug #2930: Shibboleth: infinite loop when shib is not enabled
- Well it is not failing again but I don't think you can really test that.
We will do the final test when we move in p... -
15:22 Bug #2930: Shibboleth: infinite loop when shib is not enabled
- Laurent,
How can I test this?
Stefaan -
10:54 Feature #2982 (Needs testing): Events: allow registration of trackers for other applications
- code pushed to repo
-
10:49 Feature #2973: Theme: add managment functionalities to create, update and delete themes
- added file to repo
11/03/2011
-
10:56 Refactoring #3076: change default Database driver to allow transactional DB
- My main concern about MyISAM are:
* Data integrity with the lack of both transactions and foreign keys;
* Scalabi... -
10:09 Refactoring #3076: change default Database driver to allow transactional DB
- Actually, MDB2 doesn't really care whether it's InnoDB or MyISAM. It even has support for transactions. It's MySQL th...
-
09:54 Refactoring #3076 (New): change default Database driver to allow transactional DB
- Currently the only option we have when installing is using mysqli driver through MDB2 and this driver generates MyIsa...
04/03/2011
-
14:18 Usability #2778 (Feature implemented): Weblcms tree menu (e.g. documents tool)
-
10:43 Bug #3022 (Feature implemented): Unable to add platform groups in publisher
- When using the repoviewer to publish a content object to the repository it is not possible to select platform groups ...
03/03/2011
02/03/2011
-
10:23 Feature #2982 (Bug resolved): Events: allow registration of trackers for other applications
- Currnently it is not possible to register a tracker for other another application's events.
Interim solution:
o...
28/02/2011
-
16:10 Feature #2973 (Needs testing): Theme: add managment functionalities to create, update and delete themes
- Partial solution but better than nothing.
Possible improvements:
*mark theme as difference themes so that they... -
15:59 Feature #2973 (Bug resolved): Theme: add managment functionalities to create, update and delete themes
- Add
-
12:47 Bug #2742 (Needs testing): IIS6 always forces https
- Added this in
https://bitbucket.org/chamilo/chamilo/changeset/ff4d0492c43b -
08:58 Bug #2742: IIS6 always forces https
- I will add it to the code
-
09:08 Bug #2578 (Needs testing): emailer not working
- Fixed in latest code.
23/02/2011
Also available in: Atom