root/trunk/ChangeLog

Revision 256, 41.1 kB (checked in by eadiaz, 2 years ago)

release 0.5

Line 
1 2006-11-22 14:28  eadiaz
2
3         * create.sql: support for spam fighting
4
5 2006-11-22 14:15  eadiaz
6
7         * public_html/profile_edit.php: minor conflicts on code of eadiaz
8           and kenji
9
10 2006-11-22 14:14  eadiaz
11
12         * public_html/circulation.php, public_html/config.php,
13           public_html/favicon.ico, public_html/feed.php,
14           public_html/feedflare.xml, public_html/styles/memes.css,
15           public_html/test_index.php: cache thanks to Kenji.
16
17 2006-11-22 14:10  eadiaz
18
19         * public_html/akarru.lib/cache_manager.php,
20           public_html/akarru.lib/common.php,
21           public_html/akarru.lib/database.php,
22           public_html/akarru.lib/html_manager.php,
23           public_html/akarru.lib/memes.php: The main changes are in
24           promotion algorithm, a more smooth function is used.
25
26 2006-07-19 20:36  lekeno
27
28         * public_html/akarru.lib/cachemanager.php: not needed as the right
29           one is cache_manager
30
31 2006-07-19 20:33  lekeno
32
33         * public_html/akarru.lib/common.php: fix the unneeded }
34           remove my ips in the noads function. It's better to send our
35           fixed ips if any by email. Or be responsible.
36
37 2006-07-19 20:28  lekeno
38
39         * public_html/edit_meme.php: fix for the bug where user with admin
40           rights could not edit a meme
41           fix to use the url rewriting scheme
42
43 2006-07-19 10:00  lekeno
44
45         * smarty/templates/paginate.tpl: fixed the pagination bug
46
47 2006-07-18 04:30  lekeno
48
49         * smarty/templates/meme_layout.tpl: fixed an error on the label
50           name "edit this meme" edit_label => edit_meme_label
51
52 2006-07-17 21:29  lekeno
53
54         * public_html/akarru.lib/users.php: removed original_username field
55
56 2006-07-17 20:56  lekeno
57
58         * public_html/comments_feed.php: added per meme comments
59
60 2006-07-17 20:45  lekeno
61
62         * public_html/.htaccess, public_html/config.php,
63           public_html/videos.php: videos.php removed unneeded use of fetch
64           config.php minor typo
65           .htaccess added rewrite rules for comments feeds
66
67 2006-07-17 20:44  lekeno
68
69         * public_html/styles/img/feed-icon16x16.png:
70
71 2006-07-17 20:43  lekeno
72
73         * smarty/templates/comment.tpl: added links to comments feeds
74
75 2006-07-17 20:42  lekeno
76
77         * smarty/configs/site.conf: added models for the new strings
78
79 2006-07-16 22:53  lekeno
80
81         * smarty/templates/comment.tpl: comment.tpl : permalinks for
82           comments
83
84 2006-07-16 22:50  lekeno
85
86         * public_html/akarru.lib/memes.php: memes.php function to get
87           recents comments, bug fixes...
88
89 2006-07-16 22:45  lekeno
90
91         * public_html/comment.php, public_html/comments_feed.php,
92           public_html/profile.php: comment.php mail send 2 times bug fix
93           comments_feed.php rss feeds for the recent comments
94           profile.php user feed cache bug fix
95
96 2006-07-16 05:33  lekeno
97
98         * smarty/templates/tag_meme.tpl: wrong label was used for the list
99           of tags
100
101 2006-07-15 23:00  lekeno
102
103         * public_html/profile.php: Bug fix : problem with caching and feed
104           link
105
106 2006-07-15 22:46  lekeno
107
108         * public_html/feedflare.xml:
109
110 2006-07-15 22:45  lekeno
111
112         * public_html/votefeedflare.xml:
113
114 2006-07-15 22:44  lekeno
115
116         * public_html/cat_feed.php, public_html/circulation.php,
117           public_html/comment.php, public_html/config.php,
118           public_html/edit_meme.php, public_html/feed.php,
119           public_html/index.php, public_html/locale.jp,
120           public_html/login.php, public_html/memes_by_tag.php,
121           public_html/memes_queue.php, public_html/post.php,
122           public_html/profile.php, public_html/profile_edit.php,
123           public_html/queue_feed.php, public_html/register.php,
124           public_html/send_validation.php, public_html/sendlink.php,
125           public_html/sendlink_ok.php, public_html/show_cat.php,
126           public_html/site_circulation.php, public_html/stats.php,
127           public_html/tag_feed.php, public_html/unpopular.php,
128           public_html/user_edit.php, public_html/user_feed.php,
129           public_html/validate_user.php, public_html/validated_user.php:
130           cache management
131           bug fixes
132           user validation
133           user administration
134           new feeds (by tag, user)
135           smarty caching (partial)
136
137 2006-07-15 22:43  lekeno
138
139         * public_html/.htaccess: more url rewrites
140           languages settings
141
142 2006-07-15 22:42  lekeno
143
144         * public_html/akarru.lib/cache_manager.php,
145           public_html/akarru.lib/categories.php,
146           public_html/akarru.lib/common.php,
147           public_html/akarru.lib/folksonomy.php,
148           public_html/akarru.lib/html_manager.php,
149           public_html/akarru.lib/memes.php,
150           public_html/akarru.lib/spam_fight.php,
151           public_html/akarru.lib/statistics.php,
152           public_html/akarru.lib/users.php: bug fixes, optimizations,
153           validation of user, ban user, cache management...
154
155 2006-07-15 22:41  lekeno
156
157         * smarty/templates/add_category.tpl,
158           smarty/templates/circulation.tpl,
159           smarty/templates/edit_category.tpl,
160           smarty/templates/edit_post.tpl,
161           smarty/templates/folksonomy_grid.tpl,
162           smarty/templates/login.tpl,
163           smarty/templates/master_page_anon.tpl,
164           smarty/templates/master_page_logged.tpl,
165           smarty/templates/meme_layout.tpl,
166           smarty/templates/user_edit.tpl,
167           smarty/templates/validation_link_sent.tpl: auto focus
168           url rewrite corrections
169           edit_post : radio buttons
170           folksonomy_grid.tpl : better sizing
171           login.tpl : added messages
172           master_page_*.tpl : added link to first page on queue page
173           user_edit.tpl : for admins to edit a user profile and to ban
174           spammers and so on
175           validation_link_sent.tpl : page that says that a validation code
176           / link has been sent
177
178 2006-07-15 22:37  lekeno
179
180         * smarty/templates/memes_grid.tpl, smarty/templates/post_1.tpl,
181           smarty/templates/post_2.tpl, smarty/templates/post_3.tpl,
182           smarty/templates/profile.tpl, smarty/templates/profile_edit.tpl,
183           smarty/templates/recover_pass.tpl,
184           smarty/templates/register.tpl,
185           smarty/templates/send_validation.tpl,
186           smarty/templates/sendlink.tpl,
187           smarty/templates/social_tools.tpl: memes_grid.tpl removed
188           capture command (not needed)
189           post_1.tpl, post_2.tpl, post_3.tpl auto focus
190           profile.tpl : added link for validation and administration of an
191           user
192           profile_edit.tpl : fixed security bug and auto focus
193           recover_pass.tpl : auto focus
194           register.tpl : auto focus
195           send_validation.tpl : auto focus
196           sendlink.tpl : auto focus
197           social_tools.tpl : use the permalink property of the meme
198
199 2006-07-15 22:33  lekeno
200
201         * smarty/templates/stats.tpl, smarty/templates/tag_meme.tpl:
202           stats.tpl : added links to user profiles
203           tag_meme.tpl : auto focus
204
205 2006-07-15 22:32  lekeno
206
207         * smarty/templates/validate_user.tpl: auto focus on the form fields
208
209 2006-07-15 22:31  lekeno
210
211         * smarty/configs/site.conf, smarty/configs/site.conf.jp:
212
213 2006-07-08 23:45  lekeno
214
215         * public_html/comment.php, public_html/edit_meme.php,
216           public_html/post.php, public_html/profile_edit.php,
217           smarty/configs/site.conf.jp, smarty/templates/comment.tpl,
218           smarty/templates/edit_post.tpl, smarty/templates/post_2.tpl:
219           spam checking and user validation plus security bug fix and hard
220           coded string cleanup
221
222 2006-07-08 23:34  lekeno
223
224         * public_html/akarru.lib/users.php: validation related, plus bug
225           fixes
226
227 2006-07-08 23:26  lekeno
228
229         * public_html/akarru.lib/common.php: validation related changes,
230           removed hard coded stuff
231         * public_html/config.php: added setting for published date format
232
233 2006-07-08 23:19  lekeno
234
235         * public_html/config.php: added setting for Akismet API key
236
237 2006-07-08 23:14  lekeno
238
239         * public_html/akarru.lib/spam_fight.php: spam checking tools
240
241 2006-07-08 23:13  lekeno
242
243         * public_html/lib/Akismet.class.php: akismet anti-spam service
244
245 2006-07-08 23:09  lekeno
246
247         * public_html/profile.php: fix caching bug where cache was common
248           for everybody. owner and other user have separate caches
249
250 2006-07-08 07:24  lekeno
251
252         * public_html/circulation.php, public_html/comment.php,
253           public_html/config.php, public_html/locale.jp,
254           public_html/post.php, public_html/profile_edit.php,
255           public_html/register.php, public_html/send_validation.php,
256           public_html/sendlink.php, public_html/site_circulation.php,
257           public_html/test_index.php, public_html/validate_user.php,
258           public_html/validated_user.php, public_html/vote.php,
259           smarty/templates/403.tpl, smarty/templates/404.tpl,
260           smarty/templates/admin.tpl, smarty/templates/categories.tpl,
261           smarty/templates/comment.tpl,
262           smarty/templates/community_random_profiles.tpl,
263           smarty/templates/edit_post.tpl,
264           smarty/templates/java_script.tpl,
265           smarty/templates/master_page.tpl,
266           smarty/templates/master_page_anon.tpl,
267           smarty/templates/master_page_logged.tpl,
268           smarty/templates/meme_layout.tpl,
269           smarty/templates/meme_layout_anon.tpl,
270           smarty/templates/meme_stats.tpl,
271           smarty/templates/memes_grid.tpl, smarty/templates/paginate.tpl,
272           smarty/templates/post_1.tpl, smarty/templates/post_3.tpl,
273           smarty/templates/profile.tpl, smarty/templates/profile_edit.tpl,
274           smarty/templates/recover_pass.tpl,
275           smarty/templates/send_validation.tpl,
276           smarty/templates/sendlink.tpl,
277           smarty/templates/social_bookmarks.tpl,
278           smarty/templates/social_tools.tpl, smarty/templates/stats.tpl,
279           smarty/templates/tag_meme.tpl, smarty/templates/tag_sample.tpl,
280           smarty/templates/validate_user.tpl,
281           smarty/templates/validated_user.tpl: validation by email of new
282           registration
283           remove hard coded strings
284           bug fixes
285           simplifications of some templates
286           403 and 404
287           smarty caching
288           ...
289
290 2006-07-07 22:32  lekeno
291
292         * public_html/akarru.lib/.htaccess,
293           public_html/akarru.lib/cachemanager.php:
294
295 2006-07-07 22:31  lekeno
296
297         * smarty/templates/folksonomy_grid.tpl: include site.conf for
298           smarty caching
299         * smarty/templates/edit_post.tpl: admin can disable memes
300
301 2006-07-07 22:30  lekeno
302
303         * smarty/templates/community_grid.tpl: include site.conf for
304           smarty caching
305
306 2006-07-07 22:29  lekeno
307
308         * smarty/templates/comment.tpl: removed hard coded strings
309
310 2006-07-04 22:29  lekeno
311
312         * public_html/403.php, public_html/404.php,
313           public_html/common_elements.php: added 403 404
314           common_elements.php
315
316 2006-07-04 22:25  lekeno
317
318         * public_html/.htaccess, public_html/about.php,
319           public_html/admin.php, public_html/admin_categories.php,
320           public_html/admin_category.php, public_html/ajax_click.php,
321           public_html/ajax_vote.php, public_html/akarru.lib/common.php,
322           public_html/cat_feed.php, public_html/circulation.php,
323           public_html/comment.php, public_html/community.php,
324           public_html/config.php, public_html/dynvotefeedflare.php,
325           public_html/edit_meme.php, public_html/feed.php,
326           public_html/help.php, public_html/index.php,
327           public_html/locale.jp, public_html/login.php,
328           public_html/logout.php, public_html/memes_by_tag.php,
329           public_html/memes_queue.php, public_html/popular.php,
330           public_html/post.php, public_html/profile.php,
331           public_html/profile_edit.php, public_html/promote.php,
332           public_html/promote_queue.php, public_html/queue.php,
333           public_html/queue_feed.php, public_html/recover_pass.php,
334           public_html/register.php, public_html/search.php,
335           public_html/sendlink.php, public_html/sendlink_ok.php,
336           public_html/show_cat.php, public_html/show_folksonomy.php,
337           public_html/site_circulation.php, public_html/stats.php,
338           public_html/tag_meme.php, public_html/unpopular.php,
339           public_html/vote.php: smarty caching (newer templates on the way)
340           cleanup hard coded strings
341           cleanup forgotten url rewriting
342           cleanup title management (newer templates on the way)
343           cleanup error pages handling
344           added 403 404 pages
345           added common_elements.php for smarty caching
346           bug fixes (tags in edit meme, folksonomy font size...)
347
348 2006-07-04 21:35  lekeno
349
350         * public_html/akarru.lib/cache_manager.php,
351           public_html/akarru.lib/folksonomy.php,
352           public_html/akarru.lib/html_manager.php,
353           public_html/akarru.lib/memes.php,
354           public_html/akarru.lib/statistics.php,
355           public_html/akarru.lib/users.php: Added some functions to deal
356           with BB code in memes and some cleanup
357
358 2006-07-04 21:12  lekeno
359
360         * public_html/videos.php:
361         * public_html/akarru.lib/common.php: Added a function to determine
362           if Ads should be displayed to avoid invalid clicks on ads by
363           people involved with blogmemes
364           Removed caching of categories since it will be done by Smarty.
365           Removed fetching sample data (tags, users) from the database
366           since it will be done by Smarty (caching)
367
368 2006-07-04 13:38  eadiaz
369
370         * public_html/videos.php: Added videos.php shows a list of all
371           video files.
372
373 2006-06-29 23:03  lekeno
374
375         * public_html/tag_feed.php: RSS feed for a particular tag
376         * public_html/memes_by_tag.php: RSS feed per tags
377
378 2006-06-19 22:47  eadiaz
379
380         * public_html/styles/img/main-bottom.png: Small size images
381
382 2006-06-19 22:16  eadiaz
383
384         * public_html/anon16.png, public_html/anon24.png,
385           public_html/anon40.png: Small size images
386
387 2006-06-19 22:13  eadiaz
388
389         * public_html/anon80.png: Small size image.
390
391 2006-06-18 16:42  eadiaz
392
393         * ChangeLog: New release, the last one before Beta 5.
394
395 2006-06-18 16:41  eadiaz
396
397         * create.sql: Add permalink support, and more statistics fields
398
399 2006-06-18 16:37  eadiaz
400
401         * smarty/templates/profile.tpl, smarty/templates/sendlink.tpl,
402           smarty/templates/sendlink_ok.tpl, smarty/templates/tag_meme.tpl:
403           Sendlink style improved.
404           Profile modified and add some links.
405
406 2006-06-18 16:36  eadiaz
407
408         * smarty/templates/edit_post.tpl, smarty/templates/post_1.tpl,
409           smarty/templates/post_3.tpl: Post uses a radio box style for
410           content type selection.
411
412 2006-06-18 16:34  eadiaz
413
414         * smarty/templates/meme_layout.tpl,
415           smarty/templates/meme_layout_anon.tpl,
416           smarty/templates/memes_grid.tpl: Split display of logged and
417           anonymous sessions.
418
419 2006-06-18 16:32  eadiaz
420
421         * smarty/templates/java_script.tpl,
422           smarty/templates/master_page.tpl,
423           smarty/templates/master_page_anon.tpl,
424           smarty/templates/master_page_logged.tpl: master page is split on
425           anonymous template, and logged in template. This make the smarty
426           process a bit faster.
427
428 2006-06-18 16:31  eadiaz
429
430         * smarty/templates/folksonomy_grid.tpl: Added pagination.
431
432 2006-06-18 16:30  eadiaz
433
434         * smarty/templates/community_grid.tpl: Add pagination for
435           community grid
436
437 2006-06-18 16:29  eadiaz
438
439         * smarty/templates/comment.tpl: Handle differences between logged
440           and anonymous templates.
441
442 2006-06-18 16:26  eadiaz
443
444         * smarty/configs/site.conf.en, smarty/configs/site.conf.es:
445           site.conf.en and site.conf.es replaces old site.conf file.
446           You must use the right one for your language.
447
448 2006-06-18 16:21  eadiaz
449
450         * public_html/locale.es: new labels in spanish
451
452 2006-06-18 16:02  eadiaz
453
454         * public_html/post.php: More secure version.
455
456 2006-06-17 01:03  lekeno
457
458         * public_html/edit_meme.php, smarty/templates/edit_post.tpl: Kenji
459           : fix to set the tags and type of content correctly
460
461 2006-06-16 20:22  eadiaz
462
463         * public_html/show_cat.php: more secure version of this script.
464
465 2006-06-16 20:21  eadiaz
466
467         * public_html/stats.php: change on sort functions.
468
469 2006-06-16 20:20  eadiaz
470
471         * public_html/show_folksonomy.php: add pagination to folksonomy.
472
473 2006-06-16 20:18  eadiaz
474
475         * public_html/search.php: more secure version of this script.
476
477 2006-06-16 20:15  eadiaz
478
479         * public_html/queue_feed.php: utf-8 is now the only supported
480           encoding
481         * public_html/feed.php: utf-8 is now the only supported encoding
482
483 2006-06-16 20:13  eadiaz
484
485         * public_html/index.php, public_html/memes_queue.php: Fix security
486           flaw and uses the new $bm_page variable.
487
488 2006-06-16 20:11  eadiaz
489
490         * public_html/lib/class.phpmailer.php,
491           public_html/lib/class.smtp.php: class.phpmailer.php and
492           class.smtp.php are needed for email sharing.
493
494 2006-06-16 19:48  eadiaz
495
496         * public_html/profile.php: Profile now contains search of votes
497           and comentaries sent by user.
498
499 2006-06-16 19:47  eadiaz
500
501         * public_html/memes_by_tag.php: pagination support
502
503 2006-06-16 19:46  eadiaz
504
505         * public_html/edit_meme.php: Fix security flaw with meme_id
506
507 2006-06-16 19:45  eadiaz
508
509         * public_html/comment.php: Fix security flaw, and add tags.
510
511 2006-06-16 19:35  eadiaz
512
513         * public_html/community.php: added pagination on community list.
514
515 2006-06-16 19:32  eadiaz
516
517         * public_html/test_index.php: this script is used for
518           benchmarking, and performance tunning
519
520 2006-06-16 19:30  eadiaz
521
522         * public_html/click.php, public_html/redirect.php,
523           public_html/social_click.php: added social tracking of memes.
524
525 2006-06-16 19:28  eadiaz
526
527         * public_html/popular.php, public_html/promote_queue.php,
528           public_html/unpopular.php: Fix security flaw.
529
530 2006-06-16 19:27  eadiaz
531
532         * public_html/sendlink.php, public_html/sendlink_ok.php: Uses
533           phpmailer for email dispatch.
534
535 2006-06-16 19:23  eadiaz
536
537         * public_html/cat_feed.php: Now we officially support utf-8 only.
538
539 2006-06-16 19:21  eadiaz
540
541         * public_html/ajax_click.php, public_html/ajax_vote.php: Fix
542           security flaw.
543
544 2006-06-16 19:19  eadiaz
545
546         * public_html/.htaccess: This .htaccess file defines ModRewrite
547           rules for the new format of permalinks.
548
549 2006-06-16 19:17  eadiaz
550
551         * public_html/akarru.lib/memes.php: Support for new permalink
552           format.
553           Refactoring of many functions.
554
555 2006-06-16 19:14  eadiaz
556
557         * public_html/akarru.lib/mail.php: Change sender of all emails.
558
559 2006-06-16 19:13  eadiaz
560
561         * public_html/akarru.lib/html_manager.php: Mail validation and
562           support for many video sharing services.
563
564 2006-06-16 19:11  eadiaz
565
566         * public_html/akarru.lib/folksonomy.php: support for pagination of
567           folksonomy.
568
569 2006-06-16 19:09  eadiaz
570
571         * public_html/akarru.lib/database.php: Now we officially support
572           utf-8 only.
573
574 2006-06-16 19:08  eadiaz
575
576         * public_html/akarru.lib/common.php: Now we officially support
577           utf-8 only.
578           If you need other encoding comments the proper lines.
579           Also now we add better look for permalinks (need mod_rewrite)
580
581 2006-06-16 19:06  eadiaz
582
583         * public_html/akarru.lib/users.php: Get user emails, and other
584           profile modifications.
585
586 2006-06-16 18:30  eadiaz
587
588         * public_html/akarru.lib/common.php: introduces the $bm_page
589           global variable keeps track of current page, and fix a secuirity
590           flaw.
591
592 2006-06-16 17:48  eadiaz
593
594         * public_html/styles/memes.css: new styles for votes hyperlinks.
595
596 2006-06-08 20:35  lekeno
597
598         * create.sql: added social clicks field to posts
599           added disabled co categories
600
601 2006-06-08 20:27  lekeno
602
603         * smartyJP.zip:
604
605 2006-06-08 20:26  lekeno
606
607         * public_html/locale.jp:
608
609 2006-06-08 20:24  lekeno
610
611         * public_html/akarru.lib/cachemanager.php:
612
613 2006-06-08 20:23  lekeno
614
615         * smarty/templates/admin_category.tpl,
616           smarty/templates/social_bookmarks.tpl:
617
618 2006-06-08 20:22  lekeno
619
620         * smarty/templates/admin_category.tpl:
621
622 2006-06-06 22:24  lekeno
623
624         * public_html/sendlink.php:
625
626 2006-06-06 22:12  lekeno
627
628         * smarty/templates/sendlink.tpl:
629
630 2006-06-06 21:51  lekeno
631
632         * public_html/akarru.lib/html_manager.php:
633
634 2006-06-06 21:49  lekeno
635
636         * public_html/post.php:
637
638 2006-06-06 21:43  lekeno
639
640         * public_html/akarru.lib/memes.php:
641
642 2006-06-06 21:42  lekeno
643
644         * public_html/sbs/.htaccess, public_html/sbs/delicious.png,
645           public_html/sbs/email.png, public_html/sbs/reddit.png:
646         * public_html/sendlink.php, public_html/sendlink_ok.php:
647
648 2006-06-06 21:40  lekeno
649
650         * public_html/click.php, public_html/dynvotefeedflare.php,
651           public_html/dynvotefeedflare.xml, public_html/ig.php,
652           public_html/sbs, public_html/social_click.php,
653           public_html/vote.php:
654
655 2006-06-06 21:39  lekeno
656
657         * smarty/configs/site.conf:
658
659 2006-06-06 21:38  lekeno
660
661         * smarty/templates/java_script.tpl:
662         * smarty/templates/meme_layout.tpl:
663
664 2006-06-06 21:37  lekeno
665
666         * smarty/templates/sendlink.tpl, smarty/templates/sendlink_ok.tpl,
667           smarty/templates/social_tools.tpl:
668         * smarty/templates/add_category.tpl:
669
670 2006-06-06 21:36  lekeno
671
672         * smarty/templates/edit_category.tpl:
673         * smarty/templates/meme_stats.tpl:
674
675 2006-06-06 21:35  lekeno
676
677         * smarty/templates/admin_categories.tpl:
678
679 2006-06-04 21:45  lekeno
680
681         * public_html/akarru.lib/cache_manager.php,
682           public_html/akarru.lib/common.php:
683
684 2006-06-04 21:42  lekeno
685
686         * public_html/akarru.lib/cachemanager.php:
687         * public_html/akarru.lib/memes.php:
688
689 2006-06-03 22:02  lekeno
690
691         * public_html/akarru.lib/html_manager.php:
692
693 2006-06-03 22:01  lekeno
694
695         * public_html/akarru.lib/database.php:
696         * public_html/akarru.lib/categories.php:
697
698 2006-06-03 21:59  lekeno
699
700         * public_html/admin_categories.php,
701           public_html/admin_category.php:
702         * public_html/profile_edit.php:
703
704 2006-05-30 21:49  lekeno
705
706         * public_html/admin_categories.php,
707           public_html/styles/img/delete.gif,
708           public_html/styles/img/disabled.gif,
709           public_html/styles/img/edit.gif,
710           public_html/styles/img/enabled.gif,
711           public_html/styles/img/toggle.gif,
712           smarty/templates/admin_categories.tpl:
713
714 2006-05-30 21:47  lekeno
715
716         * public_html/akarru.lib/categories.php, public_html/post.php:
717
718 2006-05-08 14:11  eadiaz
719
720         * ChangeLog: Please change the DOMAIN constant in config.php with
721           your domain name.
722
723 2006-05-08 14:07  eadiaz
724
725         * public_html/akarru.gui: akarru.gui deleted from the repository.
726
727 2006-05-08 14:06  eadiaz
728
729         * public_html/config.php, public_html/memes_by_tag.php,
730           public_html/show_folksonomy.php: display bugs on
731           memes_by_tag.php and show_folksonomy.php.
732           config.php includes the DOMAIN constant, used for cookies.
733
734 2006-05-08 14:04  eadiaz
735
736         * public_html/akarru.lib/memes.php,
737           public_html/akarru.lib/statistics.php,
738           public_html/akarru.lib/users.php: Fix bugs on persistent session
739           cookies.
740           You must set your DOMAIN in config.php
741           More simple queries for memes on memes.php.
742
743 2006-05-08 14:02  eadiaz
744
745         * smarty/templates/java_script.tpl, smarty/templates/stats.tpl:
746           Changes in stats display
747           javascript on onclick for url is disabled now.
748
749 2006-05-06 16:38  eadiaz
750
751         * public_html/akarru.lib/users.php, public_html/config.php: Fix
752           bugs on persistent session cookies.
753           You must set your DOMAIN in config.php
754
755 2006-04-24 18:01  eadiaz
756
757         * ChangeLog, IMPORTANT, IMPORTANTE: Instructions about promoted
758           flag
759
760 2006-04-24 17:51  eadiaz
761
762         * IMPORTANT, IMPORTANTE: Important instructions added
763
764 2006-04-24 17:36  eadiaz
765
766         * create.sql: Now uses a promoted flag, this make queries more
767           faster.
768
769 2006-04-24 17:10  eadiaz
770
771         * public_html/memes_by_tag.php: References to akarru.gui deleted
772
773 2006-04-24 17:07  eadiaz
774
775         * smarty/configs/site.conf, smarty/templates/about.tpl,
776           smarty/templates/master_page.tpl,
777           smarty/templates/meme_layout.tpl,
778           smarty/templates/memes_grid.tpl, smarty/templates/post_1.tpl,
779           smarty/templates/post_2.tpl, smarty/templates/post_3.tpl,
780           smarty/templates/profile.tpl, smarty/templates/profile_edit.tpl,
781           smarty/templates/promote.tpl: Many changes for a more faster
782           display of pages.
783           Better organization of debates.
784
785 2006-04-24 16:59  eadiaz
786
787         * public_html/tag_meme.php: BUG FIX: tags where lost.
788
789 2006-04-24 16:58  eadiaz
790
791         * public_html/show_cat.php: add default feeds for categories when
792           a feed url is not present on database.
793
794 2006-04-24 16:57  eadiaz
795
796         * public_html/search.php: hard coded title removed.
797
798 2006-04-24 16:56  eadiaz
799
800         * public_html/profile_edit.php: At last, profile edit doesn't uses
801           akarru.gui.
802           Now this page is full smarty compatible.
803
804 2006-04-24 16:55  eadiaz
805
806         * public_html/memes_queue.php:
807
808 2006-04-24 16:54  eadiaz
809
810         * public_html/index.php: BUG FIX: paging wasn't working properly
811
812 2006-04-24 16:52  eadiaz
813
814         * public_html/edit_meme.php: BUG FIX, now check user before allow
815           modifications.
816           Also admin user can edit any meme.
817
818 2006-04-24 16:50  eadiaz
819
820         * public_html/comment.php: When debates allowed we weren't showing
821           the promotors of the meme, now this info is added.
822           Debates now influence in the promotion algorithm.
823
824 2006-04-24 16:49  eadiaz
825
826         * public_html/akarru.lib/users.php: Gravatar md5 hash is stored
827           directly in database now.
828           More easy to read implementations of fucntions.
829           Influence and popularity are disabled in this release, they are
830           causing an slow display of the profile page.
831           Fixed bug on AES encryption, when passwords are stored, a global
832           key is required now.
833
834 2006-04-24 16:46  eadiaz
835
836         * public_html/akarru.lib/memes.php: Gravatar md5 hash is stored
837           directly in database now.
838           A more efficient query was implemented.
839           When an user click this does not change the promotion_date, this
840           was causing distortion on promote mechanism
841           Promote algorithm enhanced, we had distortion when a meme had
842           more votes.
843           Also the debate count as promotion votes now.
844
845 2006-04-24 16:44  eadiaz
846
847         * public_html/akarru.lib/html_manager.php: Gravatar md5 hash is
848           stored directly in database now.
849
850 2006-04-24 16:43  eadiaz
851
852         * public_html/akarru.lib/database.php: Better implementations of
853           query functions.
854
855 2006-04-24 16:40  eadiaz
856
857         * public_html/akarru.lib/common.php: Add default feeds for
858           categories.
859
860 2006-04-24 16:39  eadiaz
861
862         * public_html/ajax_vote.php: Restore the anonymous votes.
863         * public_html/styles/memes.css: Minor fixes on CSS files.
864           Better look for IE 6.0
865
866 2006-04-07 20:31  eadiaz
867
868         * ChangeLog: Release 0.4.4.100
869
870 2006-04-07 20:29  eadiaz
871
872         * public_html/akarru.lib/common.php:
873
874 2006-04-07 20:27  eadiaz
875
876         * public_html/akarru.lib/users.php: bug on line 84, this instead
877           of $this.
878
879 2006-04-07 20:23  eadiaz
880
881         * create.sql: Support for AES.
882           In Next release we will drop password field, please read the
883           IMPORTANT document.
884
885 2006-04-07 20:20  eadiaz
886
887         * IMPORTANT: Important notes for release 0.4.4.100 and superior
888
889 2006-04-07 20:19  eadiaz
890
891         * public_html/config.php: New parameter for AES support.
892
893 2006-04-07 20:18  eadiaz
894
895         * public_html/akarru.lib/users.php: This is a better use of aes,
896           because we added an external key.
897
898 2006-04-07 18:06  eadiaz
899
900         * public_html/akarru.lib/app_vars.php,
901           public_html/akarru.lib/common.php: Note the use of application
902           variables to store categories, this improves performance in 37%!
903
904 2006-04-06 18:13  eadiaz
905
906         * public_html/akarru.lib/users.php: Cambio a aes
907
908 2006-04-06 18:11  eadiaz
909
910         * smarty/templates/comment.tpl:
911
912 2006-04-06 17:16  eadiaz
913
914         * smarty/templates/help.tpl: help includes more questions about
915           privacy protection and debates
916
917 2006-04-06 17:14  eadiaz
918
919         * smarty/templates/comment.tpl: Look that we are using a common
920           file: meme_layout in comment.tpl, tag_meme and other to simplify
921           changes on layout.
922
923 2006-04-06 17:11  eadiaz
924
925         * smarty/templates/about.tpl: Modification on about, no mention to
926           others systems.
927
928 2006-04-06 17:09  eadiaz
929
930         * smarty/templates/meme_layout.tpl, smarty/templates/tag_meme.tpl:
931           Fixed display issues on tag_meme.
932
933 2006-04-06 16:56  eadiaz
934
935         * public_html/register.php: After registration user is sent to
936           profile.
937
938 2006-04-06 16:55  eadiaz
939
940         * public_html/post.php: Support of debates.
941           After post the user is redirected to the category of the meme.
942
943 2006-04-06 16:54  eadiaz
944
945         * public_html/akarru.lib/memes.php: faster promote function
946           implementation.
947           fix bug in calc of next meme.
948
949 2006-04-03 02:32  eadiaz
950
951         * ChangeLog: new release
952
953 2006-04-03 02:29  eadiaz
954
955         * public_html/edit_meme.php, smarty/templates/edit_post.tpl: Memes
956           can be edited by users now.
957
958 2006-04-03 02:16  eadiaz
959
960         * public_html/akarru.lib/memes.php: Allows editing of memes.
961
962 2006-04-03 02:12  eadiaz
963
964         * public_html/styles/img/meme-votar.png:
965         * smarty/templates/memes_grid.tpl: fixed
966
967 2006-04-03 02:09  eadiaz
968
969         * smarty/templates/community_grid.tpl: This file was missing.
970
971 2006-03-29 23:52  eadiaz
972
973         * public_html/akarru.lib/memes.php: Faster promote code.
974
975 2006-03-29 23:49  eadiaz
976
977         * public_html/akarru.lib/users.php: Fix bug #19, when checkbox was
978           unchecked doesn't allow login.
979
980 2006-03-29 22:45  eadiaz
981
982         * ChangeLog: new release for SF.
983
984 2006-03-29 22:44  eadiaz
985
986         * public_html/community.php: community.php wasn't in previous
987           distribution.
988
989 2006-03-27 16:47  eadiaz
990
991         * ChangeLog: new release
992
993 2006-03-27 16:27  eadiaz
994
995         * public_html/anon24.png: anon image 24x24
996
997 2006-03-27 16:26  eadiaz
998
999         * public_html/unpopular.php: ??
1000
1001 2006-03-27 16:25  eadiaz
1002
1003         * public_html/popular.php: ???
1004
1005 2006-03-27 16:24  eadiaz
1006
1007         * public_html/post.php: adds support for external plugins, like
1008           Sociable.
1009
1010 2006-03-27 16:20  eadiaz
1011
1012         * public_html/profile_edit.php: fix bug, people couldn't change
1013           passwords.
1014
1015 2006-03-27 16:19  eadiaz
1016
1017         * public_html/login.php: Added support for persistent session.
1018
1019 2006-03-27 16:17  eadiaz
1020
1021         * public_html/locale.es: new labels added
1022         * public_html/help.php: help.php was doing unnecesary work
1023
1024 2006-03-27 16:16  eadiaz
1025
1026         * public_html/config.php:
1027
1028 2006-03-27 16:15  eadiaz
1029
1030         * public_html/comment.php: add debate room.
1031
1032 2006-03-27 16:14  eadiaz
1033
1034         * public_html/circulation.php: closing brace added, perhaps this
1035           generated bug reported by Claude?
1036
1037 2006-03-27 16:13  eadiaz
1038
1039         * public_html/ajax_click.php: added user as parameter for click
1040           method.
1041
1042 2006-03-27 16:12  eadiaz
1043
1044         * public_html/about.php: eliminates hard coded text on about.php
1045
1046 2006-03-27 16:11  eadiaz
1047
1048         * public_html/styles/img/main-bg.png:
1049
1050 2006-03-27 16:10  eadiaz
1051
1052         * public_html/styles/memes.css: eliminates some background images.
1053
1054 2006-03-27 16:08  eadiaz
1055
1056         * public_html/akarru.lib/common.php: adds support for comunity
1057
1058 2006-03-27 16:07  eadiaz
1059
1060         * public_html/akarru.lib/html_manager.php: find_media_info()
1061           replaces find_trackback(), it includes a code of favicon
1062           detection.
1063
1064 2006-03-27 15:09  eadiaz
1065
1066         * public_html/akarru.lib/memes.php: First step for a refactoring,
1067           more simples sql query.
1068           Uses new features on database.php
1069
1070 2006-03-27 15:08  eadiaz
1071
1072         * public_html/akarru.lib/users.php: Added persistent sessions,
1073           uses a secure algorithm, please check your database structure.
1074
1075 2006-03-27 15:06  eadiaz
1076
1077         * smarty/templates/login.tpl, smarty/templates/password_sent.tpl:
1078           added checkbox for remember password.
1079           added password_sent.tpl
1080
1081 2006-03-27 15:05  eadiaz
1082
1083         * smarty/templates/post_1.tpl, smarty/templates/post_2.tpl,
1084           smarty/templates/post_3.tpl: suport for different types of memes
1085           content.
1086
1087 2006-03-27 15:04  eadiaz
1088
1089         * smarty/templates/java_script.tpl,
1090           smarty/templates/master_page.tpl,
1091           smarty/templates/memes_grid.tpl, smarty/templates/profile.tpl:
1092           New layout, support for debates, site screenshots via simpleapi.
1093           Added community, and gravatars on posts and comments
1094
1095 2006-03-27 15:00  eadiaz
1096
1097         * smarty/templates/comment.tpl: added debates room (salon de
1098           debates).
1099           New layout for comments
1100         * smarty/templates/about.tpl: Added space at bottom
1101
1102 2006-03-27 14:59  eadiaz
1103
1104         * smarty/configs/site.conf: New labels associated with the
1105           community and debate
1106
1107 2006-03-27 14:30  eadiaz
1108
1109         * create.sql: New table debate, for debate room.
1110           New fields on posts for debate acounting.
1111
1112 2006-03-27 03:07  eadiaz
1113
1114         * public_html/akarru.lib/database.php: Introduce get_record_object
1115           and get_recordset methods for better performance.
1116           Fix bug related to fetch method, always return an array (empty
1117           array when no rows founds).
1118
1119 2006-03-20 00:53  eadiaz
1120
1121         * ChangeLog: release to sourceforge
1122
1123 2006-03-20 00:42  eadiaz
1124
1125         * create.sql: Includes comments field in posts table
1126
1127 2006-03-15 19:01  eadiaz
1128
1129         * public_html/akarru.lib/memes.php, public_html/post.php,
1130           smarty/configs/site.conf, smarty/templates/comment.tpl,
1131           smarty/templates/memes_grid.tpl, smarty/templates/post_1.tpl,
1132           smarty/templates/post_2.tpl, smarty/templates/post_3.tpl:
1133           Support for youtube video content.
1134           In the future we will enable more content type, we are using the
1135           is_micro_content field, 0 = url, 1=plain text (no url),
1136           2=youtube video.
1137
1138 2006-03-15 14:41  eadiaz
1139
1140         * ChangeLog: new release
1141
1142 2006-03-15 14:37  eadiaz
1143
1144         * public_html/index.php, public_html/locale.es: Eliminates hard
1145           coded text in index.php.
1146           Check locale.es and compare it with your own locale file.
1147
1148 2006-03-15 14:28  eadiaz
1149
1150         * public_html/akarru.gui/recover_pass_form.php,
1151           public_html/recover_pass.php, smarty/configs/site.conf,
1152           smarty/templates/recover_pass.tpl: Change recover_pass.php,
1153           recover_pass_form.php was removed from the project and new
1154           templates added.
1155           Also site.conf modified with new messages supporting password
1156           recovering.
1157           Fixes bugs on email sending of passwords.
1158
1159 2006-03-14 21:15  eadiaz
1160
1161         * ChangeLog: fix bug on memes.php
1162
1163 2006-03-14 21:13  eadiaz
1164
1165         * public_html/akarru.lib/memes.php: Bug, wasn't checking anonymous
1166           users in memes->filter_result().
1167
1168 2006-03-14 19:59  eadiaz
1169
1170         * ChangeLog, LEEME, README: Prepare release 0.4.3.36
1171
1172 2006-03-14 19:54  eadiaz
1173
1174         * public_html/akarru.lib/memes.php,
1175           smarty/templates/memes_grid.tpl: Solve Ticket #10 of trac.
1176           Now if an user already voted for a meme the vote button is
1177           hidden.
1178
1179 2006-03-10 19:26  eadiaz
1180
1181         * public_html/tag_meme.php: Fix ticket #4.
1182           error: You have an error in your SQL syntax; check the manual
1183           that corresponds to your MySQL server version for the right
1184           syntax to use near 'group by
1185           p.title,p.content,p.date_posted,p.category,p.url,p.subm
1186
1187 2006-03-09 04:21  eadiaz
1188
1189         * ChangeLog, LEEME: Some minor bugs fixes
1190
1191 2006-03-09 04:16  eadiaz
1192
1193         * public_html/popular.php, public_html/unpopular.php: several bugs
1194           fixes
1195         * public_html/memes_queue.php: $page was not initializated
1196
1197 2006-03-09 04:15  eadiaz
1198
1199         * public_html/index.php: fix bug, the cantity of memes in
1200           index.php is fixed and correct now.
1201
1202 2006-03-09 04:13  eadiaz
1203
1204         * public_html/akarru.lib/memes.php: fix bug in promote_all
1205
1206 2006-03-09 03:09  eadiaz
1207
1208         * ChangeLog, LEEME, README, smartyEng.zip, smarty_fr.zip: This
1209           release includes support for Gravatar, also two files
1210           smarty_fr.zip and smartyEng.zip add translations in french and
1211           english.
1212           Thanks to Claude Galliard for this.
1213           Still you must check some .php files, because some messages are</