Commit Graph

58 Commits (master)

Author SHA1 Message Date
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 1b1990f42c Replaced the code with the newest version in the "dev" branch 2017-03-02 23:24:14 +01:00
Victor De la Rocha c532259cef Change in the structure of the "theme admin" folder. 2009-01-09 07:43:42 +00:00
pecesama b2b0791489 bug fixes 2009-01-08 08:52:54 +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
vbracco 0cf05f7660 added PostConfirmation plugin 2008-10-31 20:24:49 +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
Victor De la Rocha 4e6faab461 bug fixed 2008-10-29 03:15:39 +00:00
vbracco 8af4b15114 Fixing the permalinks 2008-10-28 20:34:44 +00:00
pecesama 72aa79ab64 Fixed some rare things with admin/index.php 2008-10-28 20:18:13 +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 178101dc04 Checking url-friendly when redirect 2008-10-27 12:09:20 +00:00
pecesama e268a1e22a Removed all textile references and correct sanitation of comments 2008-10-26 17:39:38 +00:00
pecesama 6d9bde1a85 Add the markItUp editor to the Bookmarklet and some style fixes 2008-10-25 00:09:28 +00:00
pecesama 918668ccb5 Fixed a bug with admin login 2008-10-24 05:58:24 +00:00
vbracco d1aaffd10e New option for checking version 2008-10-23 23:39:30 +00:00
pecesama 2af661fde5 changes to control panel 2008-10-23 23:20:55 +00:00
pecesama 4772809453 HTML code editor for not rich edition 2008-10-23 20:09:39 +00:00
pecesama 0d1341a930 exit() after headers 2008-10-23 18:12:38 +00:00
vbracco 80dcdc66ba Removing deprecated tags for xhtml and removing invalid tags from Title post. 2008-02-20 19:08:40 +00:00
pecesama 9d951de593 Read API (beta version) and fixed bug on edit photo (../uploads/img.jpg) 2008-01-04 05:25:04 +00:00
pecesama 47c7bfca99 Added support for basic HTML (+ Textile) formating and a WYSIWYG editor. 2008-01-02 04:08:43 +00:00
jfdelrio f34a5308fa Close and load images charged when lightbox is shown. 2007-10-26 11:21:25 +00:00
jfdelrio 6a9e4893d3 jquery validate plugin added 2007-10-25 16:55:05 +00:00
pecesama 7b68538a80 Removed some debug messages 2007-10-09 05:30:30 +00:00
jfdelrio cd1f340af3 2007-10-08 15:18:36 +00:00
ravenlp f0524983d9 New feature: Feed importer, there's some changes in the Db, so you must update, don't forget to chmod(777) the uploads/CACHE dir 2007-10-05 00:36:38 +00:00
pecesama ebbed3e47c Fixed bookmarklet problem related to Mozilla's bug 232605 2007-10-02 22:15:10 +00:00
pecesama 22d8669fa3 Bookmarklet first version 2007-10-01 22:50:22 +00:00
pecesama 6f8f1924b3 Full fix for issue #43 2007-09-23 22:36:19 +00:00
pecesama aae90554cf Removed the autosave function, was acting rare 2007-09-23 20:45:35 +00:00
vbracco 40a7939210 Fixing the offset problem 2007-09-19 21:54:14 +00:00
vbracco dddf1b27a2 Change all "..." to … 2007-09-19 21:13:36 +00:00
vbracco 643ed9be2b Shorten long link with abbrr.com 2007-09-18 19:10:32 +00:00
vbracco 7598eed6bd Fixed bug on URL type post without Title 2007-09-18 18:05:13 +00:00
pecesama 7ed00a70aa Autosave function 2007-09-17 06:35:57 +00:00
mheitzenroder@gmail.com 8dabf4065d Security fix, issue 51 - checking for entry
Fixed Login and Authentication.  Now it is SESSION based
Upgraded installer, still have work to do.
2007-09-16 21:13:29 +00:00
mheitzenroder@gmail.com cd76a33bde Issue 49: PHP NOTICES from missing index keys in GET array. Changed conditionals to check first if the key is set, before checking it's value. 2007-09-14 02:56:13 +00:00
pecesama 9b617b7d4f Comment feature (finished) 2007-08-09 23:31:03 +00:00
Victor De la Rocha ccdb6dc36b changed '<?=' for '<?php echo' 2007-07-24 21:40:06 +00:00
pecesama 73513b8f82 Comment feature (started) and bug fix for the textile problem. 2007-07-24 20:52:33 +00:00
vbracco cc7f54dcb9 Issue #25. server time offset. 2007-07-22 04:27:58 +00:00
Victor De la Rocha fda0b65799 added __("text") function for the gettext class 2007-07-20 22:04:15 +00:00
vbracco 70f4e5eda2 Change htmlentities with htmlspecialchars 2007-07-20 11:42:34 +00:00
pecesama 6becfa8cd8 Fixed the error500 and headers changed 2007-07-20 04:15:28 +00:00
pecesama b1c0e4ca6e Fixed problem when uploading images with spaces in the filename 2007-07-18 06:18:14 +00:00
pecesama 0e7b1aa3a7 Fixed double quotes's bug 2007-07-18 05:02:34 +00:00
pecesama c6321c7d34 Fixed apostrophe's bug 2007-07-18 04:39:24 +00:00