"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "MyNews-4.2.2/ChangeLog" of archive MyNews-4.2.2.tar.gz:
2002-12-03 16:59 alien
* htdocs/admin/include/news/: news_edit_list.inc,
news_edit_nav.inc: Changed queries to only display an article the
author wrote if the have and status of 'Author'
2002-09-29 21:43 alien
* htdocs/comments.php: Patched the comments() call to pass a type.
This fixes a bug where nested comments wouldn't show up unless
calling it from the news module.
2002-09-04 13:17 alien
* htdocs/include/libs/lib.inc.php: Fixed a bug in the archive()
function that would not remember what your page query was when
selecting to sort by author. Also urlencoded $section in case
there are spaces in the section to make it work more efficient.
2002-09-04 12:41 alien
* htdocs/include/libs/lib.inc.php: Cleaned up alot of the code in
the nav() function and added urlencode() to the $section calls in
the URLs.
2002-09-03 12:54 alien
* htdocs/include/themes/aqua/box_header.tmpl: Fixed an HTML bug in
the aqua theme that displayed the boxes with a height of 100%.
Reported by Will of Wittybanter.org
2002-08-26 22:39 alien
* htdocs/include/libs/lib.inc.php: couldn't think of a good way to
pass the section to the mkPrevNext as an HTTP_REFERER so I took out
the and clause that said if the HTTP_REFERER had the given section
in it, it would print out only the items pertaining to that
section. It saved a little code, and is probably better this way
anyway.
--Mike
2002-08-26 12:52 alien
* htdocs/source.php: No need for this file in the package.
2002-08-25 22:37 alien
* htdocs/include/libs/lib.inc.php: Added Comment Navigation system
for displayed comments. If a thread exists on the same level as
the currently viewed comment, it will display a link to that "next
thread".
I made a change to always present the "top" level as an option, and
to only display the parent link if the parent ID is not 0. This
means that if you are on the first level below an article the
"Parent" link won't display and only the "Top" link will.
2002-08-25 18:58 alien
* htdocs/: story.php, include/libs/lib.inc.php: Added new
mkPrevNext() function to print links to stories immediately before
and after selected story (if they exist of course).
Added call to mkPrevNext() in story.php
2002-08-24 16:32 alien
* htdocs/include/libs/lib.inc.php: In preparation of adding "next
comment" links into viewed comments, I added a "[Parent]" link.
I'm still trying to figure out how to get the next comment links to
work.
2002-08-20 23:22 alien
* htdocs/include/libs/lib.inc.php: Changed the comments() function
to print out the date of the posted comment in the hover title of
the link.
2002-08-18 13:42 alien
* htdocs/admin/include/cal/cal_posted.php: fixed a bug where if the
event was recurring and the event type was in the mail list, the
mail notification would present the final date in the recurring
pool as the requested date. This was fixed by creating a recTrans
var (recurring translation) that set the request date to be
"$initial_date - $final_date"
2002-08-17 15:52 alien
* htdocs/admin/include/cal/: cal_post.php, cal_posted.php: Added
support for creating daily recurring evens, for festivals,
conferences,etc... frankly it ended up being alot easier than I
thought ;-)
2002-08-15 11:00 alien
* htdocs/event.php: changed the placement and the text of the
[Comments...] link to [more] and moved it below the event title.
2002-08-11 22:40 alien
* htdocs/admin/include/cal/: cal_delete_list.php,
cal_edit_list.php: noticed that the section_footer call in the
edit/delete lists did not have the content type defined. Fixed
this as it made the Sputnik theme look funny.
2002-08-11 17:50 alien
* htdocs/include/libs/lib.inc.php: added "where active=0" to
archive queries, to prevent non-active stories from showing up in
the archives.
2002-08-10 17:20 alien
* htdocs/index.php: Added check to see if an ovveride exists in the
set themes directory. basically if a file named index.tmpl exists
in the theme directory the index is overriden by what exists in
that file. This allows users and theme builders to change the look
of their frontpage without mucking around with the main index.php
file.
2002-08-06 10:21 alien
* htdocs/include/libs/lib.inc.php: Removed the "You have selected
an invalid user, or the user hasn't written anythin yet." and
replaced it with "You have selected an invalid user" as it is more
acurate.
This was in the show_auth() function.
2002-08-06 10:03 alien
* htdocs/include/libs/lib.inc.php: added strip_slashes() in front
of preg_replace()s in mynews_format() to prevent escape characters
from screwing up the output html.
2002-08-06 09:47 alien
* ChangeLog, htdocs/archive.php, htdocs/include/libs/lib.inc.php,
htdocs/include/libs/modules.lib.php: added urlencode functions to
passing Section names to the archive script. This allows Section
names with spaces in them to be parsed properly.
Added urldecode() to $section in archive.php to properly decode the
section names it was passed.
2002-08-05 15:30 alien
* htdocs/index.php: Added "where active = 0" to top headline
section query to prevent non-active stories from making a section
the top section.
2002-08-04 21:33 alien
* htdocs/include/libs/lib.inc.php: Took out a pesky escape char
that was somewhere it didn't need to be. It was causing the output
html to be non-compliant and screwing up some of the more
unforgiving browsers (links/lynx/etc...)
2002-08-04 01:44 alien
* htdocs/include/themes/plain/header.tmpl: took out extra <br /> to
prevent unneeded space between the "Submit" text and the main
content tables.
2002-08-04 01:41 alien
* htdocs/index.php: Added code to query the section of the latest
front page article and display it first. Then added a "AND !=
$section" to the RAND() headline query to not repeat the top
section, but only the sections that are flagged for the front page
and not the newest.
2002-08-02 16:02 alien
* htdocs/comments.php: removed title hack checks as they are no
longer needed.
2002-08-02 15:00 alien
* ChangeLog, Changelog: used cvs2cl.pl utility to create the new
ChangeLog file which it named ChangeLog (note the capital L) and
not Changelog. I liked the format, so I decided to use it.
2002-08-02 14:34 alien
* Changelog: Speaks for itself.
2002-08-02 14:08 alien
* htdocs/event.php: added base64 ecoded title into the link so the
comments script would decode it and use it as the title.
2002-08-02 13:53 alien
* htdocs/include/config.inc.php.distro: took out the
['default']['columns'] config key as it is only for the album block
(addon).
2002-08-02 13:14 alien
* htdocs/include/libs/lib.inc.php: changed print_story() to strip
out $myNewsConf['default']['pagebreak'] tag and replace it with
horizontal rules.
2002-08-02 13:06 alien
* README, htdocs/include/config.inc.php.distro,
htdocs/include/libs/lib.inc.php: Added new config key called
['default']['pagebreak'] which defines (regex) what the string is
you will break into new pages on.
Used value on line 297 of lib.inc.php and documented the key in
README
2002-08-01 15:12 alien
* htdocs/images/themes/plain/: blue_button.php, blue_model.png:
Removed because they are not the default images in the theme.
2002-08-01 15:09 alien
* htdocs/: images/themes/plain/join.gif,
include/themes/plain/css.tmpl: Changed LI.nest class to use the
join.gif image, for nested comments.
2002-08-01 14:41 alien
* htdocs/include/libs/lib.inc.php: added isset() check to album
check on author about page.
2002-08-01 14:37 alien
* htdocs/images/: frog.gif, trans.gif: Removed files, because they
are not necessary for the MyNews system to function, or are not
part of the default themes with MyNews.
2002-08-01 13:43 alien
* htdocs/: comments.php, story.php, include/libs/lib.inc.php:
Reworked the page title hacks I had in place for the comments and
now pass the titles between pages with base64 encoding. This
allows the code to be more portable for blocks/modules, and take
load off of the sql server as the title query only takes place once
in the initial story view.
The only affected function is write_comments() where I added a new
argument to pass a title to. the function has a default of '' so
if the argument isn't passed, $title is set to blank.
2002-07-30 14:36 alien
* htdocs/include/libs/lib.inc.php: changed editor's notes to show
up in first paragraph and messed with some of the table alignments.
2002-07-30 14:26 alien
* htdocs/include/themes/plain/css.tmpl: changed color of box titles
to black #000000;
2002-07-29 10:02 alien
* README: Removed information regarding the albums as it is
exclusively a block (module) now.
2002-07-25 13:56 alien
* htdocs/include/themes/plain/: box_header.tmpl, header.tmpl: fix
alignment issues, and added compatibilty with new themeing
functions.
2002-07-25 13:17 alien
* htdocs/include/themes/aqua/: box_header.tmpl, header.tmpl:
Changed theme files to work with new themes. Aqua and Plain are
now the only themes distributed with MyNews.
2002-07-25 13:03 alien
* htdocs/event.php: changed not checks to !isset() checks for
portal vars to prevent error logging.
2002-07-25 10:39 alien
* htdocs/include/classes/cal.api.php: changed cal.api.php to
urlencode event_types with spaces.
2002-07-25 10:35 alien
* htdocs/include/blocks/week_events.php: urlencoded week_events
block links to prevent nutscrape from throwing malformed request
errors at us.
2002-07-25 10:28 alien
* htdocs/admin/include/cal/: cal_delete_list.php,
cal_edit_list.php: Changed selections from unordered lists to
tables.
2002-07-24 16:36 alien
* htdocs/admin/index.php: Changed to read new config names and
build page based on what modules the user defines as "installed"
2002-07-24 16:35 alien
* htdocs/include/config.inc.php.distro: Changed to accomodate admin
index page that now generates based on what modules are located on
the system and defined by the user.
2002-07-24 16:27 alien
* htdocs/admin/: login.php, include/cal/cal_posted.php: Changed
event_title to use strtolower() to match against the "Notification
List" Also changed to send a copy of the request to the submitter
as well as the calendar admins. The email of the submitter is now
polled as a session var that is registered upon login.
2002-07-24 15:32 alien
* htdocs/include/libs/lib.inc.php: Changed some HTML formatting and
removed double quotes around function calls without vars in them.
2002-07-24 14:53 alien
* htdocs/include/libs/lib.inc.php: Removed urlPeek function and
calls.
2002-07-24 14:50 alien
* htdocs/admin/include/news/news_edit_list.inc: Removed use of
'email' hash on line 81.
2002-07-19 15:43 alien
* htdocs/include/libs/modules.lib.php: Initial
2002-07-18 09:57 alien
* COPYING, Changelog, README, TODO, UPGRADING, htdocs/.htaccess,
htdocs/about.php, htdocs/archive.php, htdocs/calendar.php,
htdocs/comments.php, htdocs/event.php, htdocs/hof.php,
htdocs/index.php, htdocs/search.php, htdocs/source.php,
htdocs/story.php, htdocs/submit.php, htdocs/admin/.htaccess,
htdocs/admin/authadmin.php, htdocs/admin/caladmin.php,
htdocs/admin/index.php, htdocs/admin/login.php,
htdocs/admin/logout.php, htdocs/admin/newsadmin.php,
htdocs/admin/prefsadmin.php, htdocs/admin/include/admin.lib.php,
htdocs/admin/include/auth.inc,
htdocs/admin/include/login_check.inc,
htdocs/admin/include/seclist.inc,
htdocs/admin/include/auth/auth_add.inc,
htdocs/admin/include/auth/auth_added.inc,
htdocs/admin/include/auth/auth_admin.inc,
htdocs/admin/include/auth/auth_deleted.inc,
htdocs/admin/include/auth/auth_edit.inc,
htdocs/admin/include/auth/auth_edit_list.inc,
htdocs/admin/include/auth/auth_edited.inc,
htdocs/admin/include/cal/cal_admin.php,
htdocs/admin/include/cal/cal_delete.php,
htdocs/admin/include/cal/cal_delete_list.php,
htdocs/admin/include/cal/cal_deleted.php,
htdocs/admin/include/cal/cal_edit.php,
htdocs/admin/include/cal/cal_edit_item.php,
htdocs/admin/include/cal/cal_edit_list.php,
htdocs/admin/include/cal/cal_edited.php,
htdocs/admin/include/cal/cal_post.php,
htdocs/admin/include/cal/cal_posted.php,
htdocs/admin/include/comments/comments_deleted.inc,
htdocs/admin/include/comments/comments_edit.inc,
htdocs/admin/include/comments/comments_edit_list.inc,
htdocs/admin/include/comments/comments_edited.inc,
htdocs/admin/include/comments/comments_select.inc,
htdocs/admin/include/comments/comments_select_nav.inc,
htdocs/admin/include/news/news_add.inc,
htdocs/admin/include/news/news_added.inc,
htdocs/admin/include/news/news_admin.inc,
htdocs/admin/include/news/news_deleted.inc,
htdocs/admin/include/news/news_edit.inc,
htdocs/admin/include/news/news_edit_list.inc,
htdocs/admin/include/news/news_edit_nav.inc,
htdocs/admin/include/news/news_edited.inc,
htdocs/admin/include/news/news_rdf.inc,
htdocs/admin/include/prefs/prefs.inc,
htdocs/admin/include/prefs/prefs_change.inc,
htdocs/admin/include/sections/edited.inc,
htdocs/admin/include/sections/list.inc,
htdocs/admin/include/subs/sub_deleted.inc,
htdocs/admin/include/subs/sub_edit.inc,
htdocs/admin/include/subs/sub_list.inc,
htdocs/admin/include/subs/sub_posted.inc, htdocs/images/friend.gif,
htdocs/images/frog.gif, htdocs/images/print.gif,
htdocs/images/trans.gif,
htdocs/images/themes/aqua/aq_background.gif,
htdocs/images/themes/aqua/banner.gif,
htdocs/images/themes/aqua/bar_left.gif,
htdocs/images/themes/aqua/bar_middle.gif,
htdocs/images/themes/aqua/bar_right.gif,
htdocs/images/themes/aqua/button.php,
htdocs/images/themes/aqua/coininfd.gif,
htdocs/images/themes/aqua/coininfg.gif,
htdocs/images/themes/aqua/coinsupd.gif,
htdocs/images/themes/aqua/coinsupg.gif,
htdocs/images/themes/aqua/d.gif,
htdocs/images/themes/aqua/fond.gif,
htdocs/images/themes/aqua/g.gif, htdocs/images/themes/aqua/inf.gif,
htdocs/images/themes/aqua/model.png,
htdocs/images/themes/aqua/redbar_left.gif,
htdocs/images/themes/aqua/redbar_middle.gif,
htdocs/images/themes/aqua/redbar_right.gif,
htdocs/images/themes/aqua/space15_15.gif,
htdocs/images/themes/aqua/sup.gif,
htdocs/images/themes/aqua/wtlug.gif,
htdocs/images/themes/plain/1x1-black.png,
htdocs/images/themes/plain/1x1-blue.png,
htdocs/images/themes/plain/1x1-brick.png,
htdocs/images/themes/plain/1x1-white.png,
htdocs/images/themes/plain/arrow.gif,
htdocs/images/themes/plain/banner.gif,
htdocs/images/themes/plain/blue_button.php,
htdocs/images/themes/plain/blue_model.png,
htdocs/images/themes/plain/bullet.gif,
htdocs/images/themes/plain/bullet.png,
htdocs/images/themes/plain/button.php,
htdocs/images/themes/plain/logo.gif,
htdocs/images/themes/plain/model.png,
htdocs/include/about.inc.distro,
htdocs/include/config.inc.php.distro,
htdocs/include/blocks/lastitems.php,
htdocs/include/blocks/sections.php,
htdocs/include/blocks/week_events.php,
htdocs/include/classes/cal.api.php,
htdocs/include/classes/date_calc.php,
htdocs/include/classes/mysql_rdf.class,
htdocs/include/libs/search/funcs.mysql.boolean.php,
htdocs/include/libs/search/search_nav.inc,
htdocs/include/libs/sub/sub_add.inc,
htdocs/include/libs/sub/sub_added.inc,
htdocs/include/libs/sub/sub_thanks.inc,
htdocs/include/libs/timer/timer-foot.php,
htdocs/include/libs/timer/timer-head.php,
htdocs/include/themes/themefunc.php,
htdocs/include/themes/aqua/box_footer.tmpl,
htdocs/include/themes/aqua/box_header.tmpl,
htdocs/include/themes/aqua/colors.tmpl,
htdocs/include/themes/aqua/css.tmpl,
htdocs/include/themes/aqua/footer.tmpl,
htdocs/include/themes/aqua/header.tmpl,
htdocs/include/themes/aqua/toolbar.tmpl,
htdocs/include/themes/plain/box_footer.tmpl,
htdocs/include/themes/plain/box_header.tmpl,
htdocs/include/themes/plain/colors.tmpl,
htdocs/include/themes/plain/css.tmpl,
htdocs/include/themes/plain/footer.tmpl,
htdocs/include/themes/plain/header.tmpl,
htdocs/include/themes/plain/index.tmpl,
htdocs/include/themes/plain/theme_nav.inc,
htdocs/include/themes/plain/toolbar.tmpl,
htdocs/include/themes/print/print_css.php, sql/mynews.sql: Initial
revision
2002-07-18 09:57 alien
* COPYING, Changelog, README, TODO, UPGRADING, htdocs/.htaccess,
htdocs/about.php, htdocs/archive.php, htdocs/calendar.php,
htdocs/comments.php, htdocs/event.php, htdocs/hof.php,
htdocs/index.php, htdocs/search.php, htdocs/source.php,
htdocs/story.php, htdocs/submit.php, htdocs/admin/.htaccess,
htdocs/admin/authadmin.php, htdocs/admin/caladmin.php,
htdocs/admin/index.php, htdocs/admin/login.php,
htdocs/admin/logout.php, htdocs/admin/newsadmin.php,
htdocs/admin/prefsadmin.php, htdocs/admin/include/admin.lib.php,
htdocs/admin/include/auth.inc,
htdocs/admin/include/login_check.inc,
htdocs/admin/include/seclist.inc,
htdocs/admin/include/auth/auth_add.inc,
htdocs/admin/include/auth/auth_added.inc,
htdocs/admin/include/auth/auth_admin.inc,
htdocs/admin/include/auth/auth_deleted.inc,
htdocs/admin/include/auth/auth_edit.inc,
htdocs/admin/include/auth/auth_edit_list.inc,
htdocs/admin/include/auth/auth_edited.inc,
htdocs/admin/include/cal/cal_admin.php,
htdocs/admin/include/cal/cal_delete.php,
htdocs/admin/include/cal/cal_delete_list.php,
htdocs/admin/include/cal/cal_deleted.php,
htdocs/admin/include/cal/cal_edit.php,
htdocs/admin/include/cal/cal_edit_item.php,
htdocs/admin/include/cal/cal_edit_list.php,
htdocs/admin/include/cal/cal_edited.php,
htdocs/admin/include/cal/cal_post.php,
htdocs/admin/include/cal/cal_posted.php,
htdocs/admin/include/comments/comments_deleted.inc,
htdocs/admin/include/comments/comments_edit.inc,
htdocs/admin/include/comments/comments_edit_list.inc,
htdocs/admin/include/comments/comments_edited.inc,
htdocs/admin/include/comments/comments_select.inc,
htdocs/admin/include/comments/comments_select_nav.inc,
htdocs/admin/include/news/news_add.inc,
htdocs/admin/include/news/news_added.inc,
htdocs/admin/include/news/news_admin.inc,
htdocs/admin/include/news/news_deleted.inc,
htdocs/admin/include/news/news_edit.inc,
htdocs/admin/include/news/news_edit_list.inc,
htdocs/admin/include/news/news_edit_nav.inc,
htdocs/admin/include/news/news_edited.inc,
htdocs/admin/include/news/news_rdf.inc,
htdocs/admin/include/prefs/prefs.inc,
htdocs/admin/include/prefs/prefs_change.inc,
htdocs/admin/include/sections/edited.inc,
htdocs/admin/include/sections/list.inc,
htdocs/admin/include/subs/sub_deleted.inc,
htdocs/admin/include/subs/sub_edit.inc,
htdocs/admin/include/subs/sub_list.inc,
htdocs/admin/include/subs/sub_posted.inc, htdocs/images/friend.gif,
htdocs/images/frog.gif, htdocs/images/print.gif,
htdocs/images/trans.gif,
htdocs/images/themes/aqua/aq_background.gif,
htdocs/images/themes/aqua/banner.gif,
htdocs/images/themes/aqua/bar_left.gif,
htdocs/images/themes/aqua/bar_middle.gif,
htdocs/images/themes/aqua/bar_right.gif,
htdocs/images/themes/aqua/button.php,
htdocs/images/themes/aqua/coininfd.gif,
htdocs/images/themes/aqua/coininfg.gif,
htdocs/images/themes/aqua/coinsupd.gif,
htdocs/images/themes/aqua/coinsupg.gif,
htdocs/images/themes/aqua/d.gif,
htdocs/images/themes/aqua/fond.gif,
htdocs/images/themes/aqua/g.gif, htdocs/images/themes/aqua/inf.gif,
htdocs/images/themes/aqua/model.png,
htdocs/images/themes/aqua/redbar_left.gif,
htdocs/images/themes/aqua/redbar_middle.gif,
htdocs/images/themes/aqua/redbar_right.gif,
htdocs/images/themes/aqua/space15_15.gif,
htdocs/images/themes/aqua/sup.gif,
htdocs/images/themes/aqua/wtlug.gif,
htdocs/images/themes/plain/1x1-black.png,
htdocs/images/themes/plain/1x1-blue.png,
htdocs/images/themes/plain/1x1-brick.png,
htdocs/images/themes/plain/1x1-white.png,
htdocs/images/themes/plain/arrow.gif,
htdocs/images/themes/plain/banner.gif,
htdocs/images/themes/plain/blue_button.php,
htdocs/images/themes/plain/blue_model.png,
htdocs/images/themes/plain/bullet.gif,
htdocs/images/themes/plain/bullet.png,
htdocs/images/themes/plain/button.php,
htdocs/images/themes/plain/logo.gif,
htdocs/images/themes/plain/model.png,
htdocs/include/about.inc.distro,
htdocs/include/config.inc.php.distro,
htdocs/include/blocks/lastitems.php,
htdocs/include/blocks/sections.php,
htdocs/include/blocks/week_events.php,
htdocs/include/classes/cal.api.php,
htdocs/include/classes/date_calc.php,
htdocs/include/classes/mysql_rdf.class,
htdocs/include/libs/search/funcs.mysql.boolean.php,
htdocs/include/libs/search/search_nav.inc,
htdocs/include/libs/sub/sub_add.inc,
htdocs/include/libs/sub/sub_added.inc,
htdocs/include/libs/sub/sub_thanks.inc,
htdocs/include/libs/timer/timer-foot.php,
htdocs/include/libs/timer/timer-head.php,
htdocs/include/themes/themefunc.php,
htdocs/include/themes/aqua/box_footer.tmpl,
htdocs/include/themes/aqua/box_header.tmpl,
htdocs/include/themes/aqua/colors.tmpl,
htdocs/include/themes/aqua/css.tmpl,
htdocs/include/themes/aqua/footer.tmpl,
htdocs/include/themes/aqua/header.tmpl,
htdocs/include/themes/aqua/toolbar.tmpl,
htdocs/include/themes/plain/box_footer.tmpl,
htdocs/include/themes/plain/box_header.tmpl,
htdocs/include/themes/plain/colors.tmpl,
htdocs/include/themes/plain/css.tmpl,
htdocs/include/themes/plain/footer.tmpl,
htdocs/include/themes/plain/header.tmpl,
htdocs/include/themes/plain/index.tmpl,
htdocs/include/themes/plain/theme_nav.inc,
htdocs/include/themes/plain/toolbar.tmpl,
htdocs/include/themes/print/print_css.php, sql/mynews.sql: Initial
CVS setup
2002-06-25 14:22 alien
* htdocs/include/libs/lib.inc.php: fixed section_footer() call to
give type. This change is to accomodate better theme
functionality.
2002-06-06 10:01 alien
* htdocs/include/libs/lib.inc.php: fixed baseComments_URI in
comments() so when the previous comments() fix else() fails the
links actually goes somewhere ;)
2002-06-06 09:44 alien
* htdocs/include/libs/lib.inc.php: patched write_comments() to
provide a link back to the calendar event a comment is posted
from.:wq
2002-06-05 23:06 alien
* htdocs/include/libs/lib.inc.php: patched comments() on line 815
to show link, because the function I borrowed/modified didn't seem
to work properly ;-) It *should* work now.
2002-06-03 16:04 alien
* htdocs/include/libs/lib.inc.php: modified mynews_format() to
strip out && <br /> from between closing and opening <tr>
and <td> tags.
2002-05-20 16:00 alien
* htdocs/include/libs/lib.inc.php: removed blocks functions as they
were unnecessary in this library.
2002-05-14 16:00 alien
* htdocs/include/libs/lib.inc.php: cleaned up some of the code
formatting, to make it prettier, and easier to read. changed all
globals (i.e:
HTTP_POST_VARS/REMOTE_HOST/REMOTE_ADDR/HTTP_GET_VARS/etc...) to
their new global scope equivalents,
_GET/_POST/_SERVER['REMOTE_HOST']/_SERVER['REMOTE_ADDR'].
2002-05-14 12:51 alien
* htdocs/include/libs/lib.inc.php: changed all tabs to 4 spaces.
patched comments() to default to a comment type of 'news' unless
otherwise specified.
2002-03-31 18:03 alien
* htdocs/include/libs/lib.inc.php: replaced the comments() function
to do infinite thread levels. fixed the cid() function "Reply To
Comment" link to accomidate for multiple thread levels.
--Mike
2002-03-14 15:00 alien
* htdocs/include/libs/lib.inc.php: wrote a check to only display
the "[more...]" link if a story has more than one paragraph.
2002-03-11 17:25 alien
* htdocs/include/libs/lib.inc.php: changed the urlPeek() function
to open links in new windows.
2002-03-11 17:08 alien
* htdocs/include/libs/lib.inc.php: documented the urlPeek()
function.
2002-03-11 16:50 alien
* htdocs/include/libs/lib.inc.php: added the urlPeek() function to
show the user what domain they are headed to by turning: <a
href="blah.com">surprise</a> into: <a href="blah.com">surprise</a>
[blah.com]
2002-03-11 15:46 alien
* htdocs/include/libs/lib.inc.php: changed the way comments are
output. took off the date (redundant) and used <li> lists rather
than · for nested comments.
2002-03-06 15:50 alien
* htdocs/include/libs/lib.inc.php: changed the sid() output code to
break each $fulltext[$page] into an array by explode() on the <p>
tags. This allows me to move the Editor's note around on the page,
rather than having at the very top, ahead of the first paragraph.
I'm testing the timings on it, and will implement if the timings
look okay. .24 seconds with new code (consistent) .30 seconds
(avg.) without.
I'm leaving it.
2002-02-26 14:36 alien
* htdocs/include/libs/lib.inc.php: [no log message]