Changeset 200

Show
Ignore:
Timestamp:
06/18/06 12:42:27 (2 years ago)
Author:
eadiaz
Message:

New release, the last one before Beta 5.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r126 r200  
     12006-06-18 16:37  eadiaz 
     2 
     3        * trunk/smarty/templates/profile.tpl, 
     4          trunk/smarty/templates/sendlink.tpl, 
     5          trunk/smarty/templates/sendlink_ok.tpl, 
     6          trunk/smarty/templates/tag_meme.tpl: Sendlink style improved. 
     7          Profile modified and add some links. 
     8 
     92006-06-18 16:36  eadiaz 
     10 
     11        * trunk/smarty/templates/edit_post.tpl, 
     12          trunk/smarty/templates/post_1.tpl, 
     13          trunk/smarty/templates/post_3.tpl: Post uses a radio box style 
     14          for content type selection. 
     15 
     162006-06-18 16:34  eadiaz 
     17 
     18        * trunk/smarty/templates/meme_layout.tpl, 
     19          trunk/smarty/templates/meme_layout_anon.tpl, 
     20          trunk/smarty/templates/memes_grid.tpl: Split display of logged 
     21          and anonymous sessions. 
     22 
     232006-06-18 16:32  eadiaz 
     24 
     25        * trunk/smarty/templates/java_script.tpl, 
     26          trunk/smarty/templates/master_page.tpl, 
     27          trunk/smarty/templates/master_page_anon.tpl, 
     28          trunk/smarty/templates/master_page_logged.tpl: master page is 
     29          split on anonymous template, and logged in template. This make 
     30          the smarty process a bit faster. 
     31 
     322006-06-18 16:31  eadiaz 
     33 
     34        * trunk/smarty/templates/folksonomy_grid.tpl: Added pagination. 
     35 
     362006-06-18 16:30  eadiaz 
     37 
     38        * trunk/smarty/templates/community_grid.tpl: Add pagination for 
     39          community grid 
     40 
     412006-06-18 16:29  eadiaz 
     42 
     43        * trunk/smarty/templates/comment.tpl: Handle differences between 
     44          logged and anonymous templates. 
     45 
     462006-06-18 16:26  eadiaz 
     47 
     48        * trunk/smarty/configs/site.conf.en, 
     49          trunk/smarty/configs/site.conf.es: site.conf.en and site.conf.es 
     50          replaces old site.conf file. 
     51          You must use the right one for your language. 
     52 
     532006-06-18 16:21  eadiaz 
     54 
     55        * trunk/public_html/locale.es: new labels in spanish 
     56 
     572006-06-18 16:02  eadiaz 
     58 
     59        * trunk/public_html/post.php: More secure version. 
     60 
     612006-06-17 01:03  lekeno 
     62 
     63        * trunk/public_html/edit_meme.php, 
     64          trunk/smarty/templates/edit_post.tpl: Kenji : fix to set the 
     65          tags and type of content correctly 
     66 
     672006-06-16 20:22  eadiaz 
     68 
     69        * trunk/public_html/show_cat.php: more secure version of this 
     70          script. 
     71 
     722006-06-16 20:21  eadiaz 
     73 
     74        * trunk/public_html/stats.php: change on sort functions. 
     75 
     762006-06-16 20:20  eadiaz 
     77 
     78        * trunk/public_html/show_folksonomy.php: add pagination to 
     79          folksonomy. 
     80 
     812006-06-16 20:18  eadiaz 
     82 
     83        * trunk/public_html/search.php: more secure version of this script. 
     84 
     852006-06-16 20:15  eadiaz 
     86 
     87        * trunk/public_html/queue_feed.php: utf-8 is now the only 
     88          supported encoding 
     89        * trunk/public_html/feed.php: utf-8 is now the only supported 
     90          encoding 
     91 
     922006-06-16 20:13  eadiaz 
     93 
     94        * trunk/public_html/index.php, trunk/public_html/memes_queue.php: 
     95          Fix security flaw and uses the new $bm_page variable. 
     96 
     972006-06-16 20:11  eadiaz 
     98 
     99        * trunk/public_html/lib/class.phpmailer.php, 
     100          trunk/public_html/lib/class.smtp.php: class.phpmailer.php and 
     101          class.smtp.php are needed for email sharing. 
     102 
     1032006-06-16 19:48  eadiaz 
     104 
     105        * trunk/public_html/profile.php: Profile now contains search of 
     106          votes and comentaries sent by user. 
     107 
     1082006-06-16 19:47  eadiaz 
     109 
     110        * trunk/public_html/memes_by_tag.php: pagination support 
     111 
     1122006-06-16 19:46  eadiaz 
     113 
     114        * trunk/public_html/edit_meme.php: Fix security flaw with meme_id 
     115 
     1162006-06-16 19:45  eadiaz 
     117 
     118        * trunk/public_html/comment.php: Fix security flaw, and add tags. 
     119 
     1202006-06-16 19:35  eadiaz 
     121 
     122        * trunk/public_html/community.php: added pagination on community 
     123          list. 
     124 
     1252006-06-16 19:32  eadiaz 
     126 
     127        * trunk/public_html/test_index.php: this script is used for 
     128          benchmarking, and performance tunning 
     129 
     1302006-06-16 19:30  eadiaz 
     131 
     132        * trunk/public_html/click.php, trunk/public_html/redirect.php, 
     133          trunk/public_html/social_click.php: added social tracking of 
     134          memes. 
     135 
     1362006-06-16 19:28  eadiaz 
     137 
     138        * trunk/public_html/popular.php, 
     139          trunk/public_html/promote_queue.php, 
     140          trunk/public_html/unpopular.php: Fix security flaw. 
     141 
     1422006-06-16 19:27  eadiaz 
     143 
     144        * trunk/public_html/sendlink.php, 
     145          trunk/public_html/sendlink_ok.php: Uses phpmailer for email 
     146          dispatch. 
     147 
     1482006-06-16 19:23  eadiaz 
     149 
     150        * trunk/public_html/cat_feed.php: Now we officially support utf-8 
     151          only. 
     152 
     1532006-06-16 19:21  eadiaz 
     154 
     155        * trunk/public_html/ajax_click.php, 
     156          trunk/public_html/ajax_vote.php: Fix security flaw. 
     157 
     1582006-06-16 19:19  eadiaz 
     159 
     160        * trunk/public_html/.htaccess: This .htaccess file defines 
     161          ModRewrite rules for the new format of permalinks. 
     162 
     1632006-06-16 19:17  eadiaz 
     164 
     165        * trunk/public_html/akarru.lib/memes.php: Support for new 
     166          permalink format. 
     167          Refactoring of many functions. 
     168 
     1692006-06-16 19:14  eadiaz 
     170 
     171        * trunk/public_html/akarru.lib/mail.php: Change sender of all 
     172          emails. 
     173 
     1742006-06-16 19:13  eadiaz 
     175 
     176        * trunk/public_html/akarru.lib/html_manager.php: Mail validation 
     177          and support for many video sharing services. 
     178 
     1792006-06-16 19:11  eadiaz 
     180 
     181        * trunk/public_html/akarru.lib/folksonomy.php: support for 
     182          pagination of folksonomy. 
     183 
     1842006-06-16 19:09  eadiaz 
     185 
     186        * trunk/public_html/akarru.lib/database.php: Now we officially 
     187          support utf-8 only. 
     188 
     1892006-06-16 19:08  eadiaz 
     190 
     191        * trunk/public_html/akarru.lib/common.php: Now we officially 
     192          support utf-8 only. 
     193          If you need other encoding comments the proper lines. 
     194          Also now we add better look for permalinks (need mod_rewrite) 
     195 
     1962006-06-16 19:06  eadiaz 
     197 
     198        * trunk/public_html/akarru.lib/users.php: Get user emails, and 
     199          other profile modifications. 
     200 
     2012006-06-16 18:30  eadiaz 
     202 
     203        * trunk/public_html/akarru.lib/common.php: introduces the $bm_page 
     204          global variable keeps track of current page, and fix a secuirity 
     205          flaw. 
     206 
     2072006-06-16 17:48  eadiaz 
     208 
     209        * trunk/public_html/styles/memes.css: new styles for votes 
     210          hyperlinks. 
     211 
     2122006-06-08 20:35  lekeno 
     213 
     214        * trunk/create.sql: added social clicks field to posts 
     215          added disabled co categories 
     216 
     2172006-06-08 20:27  lekeno 
     218 
     219        * trunk/smartyJP.zip: 
     220 
     2212006-06-08 20:26  lekeno 
     222 
     223        * trunk/public_html/locale.jp: 
     224 
     2252006-06-08 20:24  lekeno 
     226 
     227        * trunk/public_html/akarru.lib/cachemanager.php: 
     228 
     2292006-06-08 20:23  lekeno 
     230 
     231        * trunk/smarty/templates/admin_category.tpl, 
     232          trunk/smarty/templates/social_bookmarks.tpl: 
     233 
     2342006-06-08 20:22  lekeno 
     235 
     236        * trunk/smarty/templates/admin_category.tpl: 
     237 
     2382006-06-06 22:24  lekeno 
     239 
     240        * trunk/public_html/sendlink.php: 
     241 
     2422006-06-06 22:12  lekeno 
     243 
     244        * trunk/smarty/templates/sendlink.tpl: 
     245 
     2462006-06-06 21:51  lekeno 
     247 
     248        * trunk/public_html/akarru.lib/html_manager.php: 
     249 
     2502006-06-06 21:49  lekeno 
     251 
     252        * trunk/public_html/post.php: 
     253 
     2542006-06-06 21:43  lekeno 
     255 
     256        * trunk/public_html/akarru.lib/memes.php: 
     257 
     2582006-06-06 21:42  lekeno 
     259 
     260        * trunk/public_html/sbs/.htaccess, 
     261          trunk/public_html/sbs/delicious.png, 
     262          trunk/public_html/sbs/email.png, 
     263          trunk/public_html/sbs/reddit.png: 
     264        * trunk/public_html/sendlink.php, 
     265          trunk/public_html/sendlink_ok.php: 
     266 
     2672006-06-06 21:40  lekeno 
     268 
     269        * trunk/public_html/click.php, 
     270          trunk/public_html/dynvotefeedflare.php, 
     271          trunk/public_html/dynvotefeedflare.xml, 
     272          trunk/public_html/ig.php, trunk/public_html/sbs, 
     273          trunk/public_html/social_click.php, trunk/public_html/vote.php: 
     274 
     2752006-06-06 21:39  lekeno 
     276 
     277        * trunk/smarty/configs/site.conf: 
     278 
     2792006-06-06 21:38  lekeno 
     280 
     281        * trunk/smarty/templates/java_script.tpl: 
     282        * trunk/smarty/templates/meme_layout.tpl: 
     283 
     2842006-06-06 21:37  lekeno 
     285 
     286        * trunk/smarty/templates/sendlink.tpl, 
     287          trunk/smarty/templates/sendlink_ok.tpl, 
     288          trunk/smarty/templates/social_tools.tpl: 
     289        * trunk/smarty/templates/add_category.tpl: 
     290 
     2912006-06-06 21:36  lekeno 
     292 
     293        * trunk/smarty/templates/edit_category.tpl: 
     294        * trunk/smarty/templates/meme_stats.tpl: 
     295 
     2962006-06-06 21:35  lekeno 
     297 
     298        * trunk/smarty/templates/admin_categories.tpl: 
     299 
     3002006-06-04 21:45  lekeno 
     301 
     302        * trunk/public_html/akarru.lib/cache_manager.php, 
     303          trunk/public_html/akarru.lib/common.php: 
     304 
     3052006-06-04 21:42  lekeno 
     306 
     307        * trunk/public_html/akarru.lib/cachemanager.php: 
     308        * trunk/public_html/akarru.lib/memes.php: 
     309 
     3102006-06-03 22:02  lekeno 
     311 
     312        * trunk/public_html/akarru.lib/html_manager.php: 
     313 
     3142006-06-03 22:01  lekeno 
     315 
     316        * trunk/public_html/akarru.lib/database.php: 
     317        * trunk/public_html/akarru.lib/categories.php: 
     318 
     3192006-06-03 21:59  lekeno 
     320 
     321        * trunk/public_html/admin_categories.php, 
     322          trunk/public_html/admin_category.php: 
     323        * trunk/public_html/profile_edit.php: 
     324 
     3252006-05-30 21:49  lekeno 
     326 
     327        * trunk/public_html/admin_categories.php, 
     328          trunk/public_html/styles/img/delete.gif, 
     329          trunk/public_html/styles/img/disabled.gif, 
     330          trunk/public_html/styles/img/edit.gif, 
     331          trunk/public_html/styles/img/enabled.gif, 
     332          trunk/public_html/styles/img/toggle.gif, 
     333          trunk/smarty/templates/admin_categories.tpl: 
     334 
     3352006-05-30 21:47  lekeno 
     336 
     337        * trunk/public_html/akarru.lib/categories.php, 
     338          trunk/public_html/post.php: 
     339 
     3402006-05-08 14:11  eadiaz 
     341 
     342        * trunk/ChangeLog: Please change the DOMAIN constant in config.php 
     343          with your domain name. 
     344 
    13452006-05-08 14:07  eadiaz 
    2346