Search found 9 matches
- Wed Feb 13, 2008 8:21 am
- Forum: Joomla! Coding 101
- Topic: Organization of Component in a Repository
- Replies: 12
- Views: 1228
Re: Organization of Component in a Repository
I used "admin" and "site" terms in my posts as shortcut for /administrator/components/com_mycomponent and /components/com_mycomponent.... Now, the way you organize the zip can be different of the way you organized your repository. For example, for joomleague the repository matche...
- Wed Feb 13, 2008 7:58 am
- Forum: Sites & Infrastructure - Feedback/Information
- Topic: What happened to the forum today???
- Replies: 221
- Views: 26053
Re: What happened to the forum today???
Good job on the migration, seems to be doing fine.
Why did you want to change though ?
Why did you want to change though ?
- Mon Feb 11, 2008 4:16 pm
- Forum: Joomla! Coding 101
- Topic: Organization of Component in a Repository
- Replies: 12
- Views: 1228
Re: Organization of Component in a Repository
The best way is to work under linux and use symbolic links... That way, you just checkout your component anywhere, and link the "site" and "admin" folders to the proper path of your webserver. It works particularly well with joomla 1.5 as even the modules have their own folders, ...
- Mon Feb 04, 2008 1:56 pm
- Forum: Joombie Coding Q/A
- Topic: Best process for developing extensions (components, modules, plugins)?
- Replies: 3
- Views: 763
Re: Best process for developing extensions (components, modules, plugins)?
Autoreply, after browsing the API code and testing myself .. the "folder" tag can be used like this: <!-- Site Main File Copy Section --> <files> <filename>index.html</filename> <filename>test.php</filename> <folder>controllers</folder> <folder>models</folder> <folder>tables</folder> <folder>views</...
- Mon Feb 04, 2008 9:02 am
- Forum: Joombie Coding Q/A
- Topic: Best process for developing extensions (components, modules, plugins)?
- Replies: 3
- Views: 763
Re: Best process for developing extensions (components, modules, plugins)?
Hi, Ian, could you give an example on how to use this "folder" tag ? I know we can know specify a folder where to retrieve a list of specified files, but we still have to specify each file in the tag. You seem to say that we can just specify a folder... If this is the cse, will it import the whole s...
- Tue Jan 29, 2008 6:24 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: SVN hooks
- Replies: 1
- Views: 647
Re: SVN hooks
Nobody ever tried ? should i RTFM somewhere ?...
- Tue Jan 29, 2008 6:14 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: SCM Repository not created yet
- Replies: 12
- Views: 2317
Re: SCM Repository not created yet
yep, thanks !
- Tue Jan 29, 2008 3:06 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: SCM Repository not created yet
- Replies: 12
- Views: 2317
Re: SCM Repository not created yet
same here, project is joomlatracks (just in case you would need to manually activate...)
- Thu Jan 24, 2008 4:12 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: SVN hooks
- Replies: 1
- Views: 647
SVN hooks
Hi,
I was wondering if it is possible to install post update hooks for our repository ? If so, what is the method ?
thanks,
julien
I was wondering if it is possible to install post update hooks for our repository ? If so, what is the method ?
thanks,
julien