developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 10 years ago
Closed 10 years ago
#1248 closed enhancement (fixed)
provide a jelix.php script into the application
Reported by: | laurentj | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.3 beta 1 |
Component: | jelix-scripts | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
When we create the application, it would be cool to have a jelix.php script into the application itself, so we don't have to go into lib/jelix-scripts/, and we don't have to indicate the application name.
Change History (2)
comment:1 Changed 10 years ago by laurentj
- Owner set to laurentj
- Status changed from new to assigned
comment:2 Changed 10 years ago by laurentj
- Resolution set to fixed
- Status changed from assigned to closed
Fixed https://bitbucket.org/jelix/jelix-trunk/changeset/67f0b434f8ab
- reworked sources of jelix-scripts
- no more jelix.php script
- new createapp.php script into lib/jelix-scripts/
- new cmd.php into application to launch commands on the application
- new configuration file (ini format). no more default.conf.php file
- better internal API, more objects, less single functions, no more defines...
- better error handling
Note: See
TracTickets for help on using
tickets.
Patch in progress in my patch queue