Commit Graph

128 Commits (286d9a6d9ef7db3466790f98ed019270721b83cc)

Author SHA1 Message Date
richard 31ec02e169 Fix some deprecated create_function for theme templates 2024-05-08 06:07:15 +02:00
Cebabonet 4161a79b86 Fixing the mp3 add process + adds possibility to upload 10Mb mp3 files 2017-07-29 15:09:52 +02:00
Cebabonet 7d9d1e8960 Correction of the feed mechanism (Simplepie) 2017-07-22 16:47:49 +02:00
Klectik 3072457fb3 Replaced old and deleted PHP functions and slightly modified themes. 2017-03-22 23:16:03 +01:00
Cebabonet b43ca639a3 Fixing YouTube, Vimeo and Dailymotion video integration 2017-03-22 19:46:32 +01:00
Klectik 0cb5f79f22 This version is debugged, tested, ready for the production. Created light and dark default themes. 2017-03-22 02:07:57 +01:00
Klectik ffd91e7b02 Renamed the whole source code to "Sorbet CMS", the name of our fork of Gelato CMS. 2017-03-04 19:30:34 +01:00
Klectik ed2c60a8d1 You can now create, modify, delete, list and view posts 2017-03-03 23:20:40 +01:00
Klectik 517481277d No need to manually edit the config file anymore, the installation is now completly automatic 2017-03-03 19:10:24 +01:00
Klectik 16139b48a9 Fixed SQL installation requests 2017-03-03 12:35:26 +01:00
Klectik 1b1990f42c Replaced the code with the newest version in the "dev" branch 2017-03-02 23:24:14 +01:00
Victor De la Rocha d6b78f7d54 Added langs in configuration 2009-01-09 09:15:38 +00:00
Victor De la Rocha ba02d0840f Improving the installation process 2009-01-09 08:46:18 +00:00
pecesama b2b0791489 bug fixes 2009-01-08 08:52:54 +00:00
pecesama 3075f0adfc Fixed bad reference to util class 2009-01-08 07:50:56 +00:00
Victor De la Rocha 756faf3220 * Changes on class themes.
- Bug fixed with {ifelse ...}
- Added {header ...}
* Fixed Dreamscape & tumblr theme.
2008-11-29 08:21:13 +00:00
pecesama eb69c37903 PHP 4 compatible plugin engine 2008-11-08 03:11:11 +00:00
pecesama fa676b0fa4 Porting plugin engine to PHP4 2008-11-07 01:51:28 +00:00
pecesama d29e8298aa Ported plugin engine to PHP4 compatible
Ported plugins panel to PHP4 compatible
2008-11-06 21:24:49 +00:00
ravenlp 8e141a5239 Style details
Changed many function calls to the new util class
2008-11-06 03:45:19 +00:00
pecesama f95f856b49 First changes on architecture 2008-11-04 01:59:30 +00:00
ravenlp 8e95d97020 Install updated 2008-11-03 04:25:10 +00:00
ravenlp cc6ffa91d1 Plugin control panel
New option in options table
Some changes in the css
some minor adjustments about spaces and tabs
2008-11-03 04:08:48 +00:00
Victor De la Rocha 8e5cfd09e4 * Some changes on install.class.php & install.php
* Added theme for install in admin/themes
2008-10-31 18:49:26 +00:00
vbracco 1d00d46f5d Just a few fixes with plugins 2008-10-31 14:56:09 +00:00
vbracco d3d420eb6e Just a few fixes with plugins 2008-10-31 13:30:34 +00:00
pecesama 18b7d22368 Plugins engine :) 2008-10-31 08:56:50 +00:00
vbracco 5b426eff0a Support for languages name localized 2008-10-30 19:27:37 +00:00
vbracco 5d47c990b2 added MTV Video support 2008-10-30 16:03:35 +00:00
Victor De la Rocha b3b04187fb * theme forms in separate files.
* fixed problem with trimString function.
* fixed problem when it use jQuery in themes. {$("selector")} ->{$this->array['(\"selector\")']}
2008-10-30 14:29:28 +00:00
pecesama d4813db262 A little improvement to confirmationEmail() on classes/user.class.php 2008-10-30 00:33:32 +00:00
pecesama 5fd2206225 Preventing empty strings 2008-10-28 20:50:15 +00:00
pecesama 2949a49c30 Archive generator and some minor fixes 2008-10-28 05:20:36 +00:00
Victor De la Rocha c60cdef066 * A lot of changes on Control Panel (Theme Engine). 2008-10-28 01:06:56 +00:00
vbracco 3471ee1993 adding Permalink function. 2008-10-27 21:54:37 +00:00
Victor De la Rocha 80b8c6876d bug fixed with slashes \' 2008-10-27 16:49:25 +00:00
vbracco 704755461e Fixing Issue 73. Problems with Youtube 2008-10-27 12:29:08 +00:00
pecesama 13b89106cc Fixed Issue 60: Patch by trevi55 2008-10-27 03:29:29 +00:00
Victor De la Rocha d6c8268b59 Added support for L10n on themes {__('Translate this!')}. 2008-10-27 02:10:18 +00:00
Victor De la Rocha 3357286bba bug ¿? 2008-10-27 01:23:59 +00:00
Victor De la Rocha 87a8876594 Bug fixed with the Offset in trimString function. 2008-10-26 23:32:55 +00:00
vbracco 53a6dba3ed Validating entities in Google Video 2008-10-26 21:35:37 +00:00
vbracco 75a278de6c Adding support for Google Video 2008-10-26 21:27:56 +00:00
pecesama 1af72e38d3 fixed ; bug 2008-10-26 19:28:49 +00:00
pecesama b060b0becb Crop improved on API, RSS, Comments and Page Titles when long names 2008-10-26 19:24:10 +00:00
pecesama e268a1e22a Removed all textile references and correct sanitation of comments 2008-10-26 17:39:38 +00:00
Victor De la Rocha d4f4e72049 * Added themes class from Flavor (Converted to PHP4).
* Changed plantillas.class.php by themes.class.php on public zone.
* Added new tumblr template in only one file.
* deleted parts of old tumblr theme.
2008-10-25 09:39:45 +00:00
Victor De la Rocha 25f1c98695 * Sanitize data entries for install gelato
* Removed some warnings
2008-10-24 21:52:00 +00:00
pecesama 071d50e367 Updated the documentation, added the new option panel item to install.class.php, added the GTM-2 option to install.php and removed v0.95 code from update.php 2008-10-24 19:31:52 +00:00
Victor De la Rocha 77cb58b951 Fixed a bug with a duplicated constants. 2008-10-24 06:22:07 +00:00