Forums / Setup & design / Override core files?
André Bischof
Wednesday 13 April 2005 2:08:27 am
Hello,
is it possible to override core files (kernel/classes/...) so that they are not overwritten by updates as with settings/designs?
I have to do modifications to ezldapuser.php to get LDAP working here (see http://ez.no/community/forum/setup_design/can_t_authenticate_via_ldap_after_updating_3_4_3_to_3_5_1) which I have to remember each time I update ezpublish.
An override mechanism would spare me this.
Any clues?
Kind regards,André
Personal weblog and more: http://bischof.homelinux.net
Łukasz Serwatka
Wednesday 13 April 2005 2:50:28 am
Hi André,
This is impossible. If you need special functionality you will have to create your own module. More information you can find in documentation.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Xavier Dutoit
Wednesday 13 April 2005 3:00:44 am
With svn (http://pubsv.ez.no) you can modify files, when you update, it keeps your modifications and does a rather good job if it needs to merge your modifications with ez ones.
X+
http://www.sydesy.com
Wednesday 13 April 2005 4:21:05 am
about SVN: How do you think exactly this could be done? I know about merging possibilities of source-code-management systems, but wouldn't I have to set my own then? I can't imagine that it could be possible to put my own modifications in in SVN on ez.no - or am I wrong?