Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Escapes PHP_SELF (and defines as a constant)
a numeric keyword search is always an id
- Prevent XSS
- Added new functionalities: - Search for first notes - Search for minor notes
Allow myself, our doc editor and bobby to mass-change the note IDs
Add the ability to "browse" the notes # Useful when something happens to the mailing list
use https in delete/reject urls
fix reject URL
oops; thaks nuno
consolidate note del reasons && use new short URLs
add 'already in docs' delete reason
added reason: non-english
fix 'Useless' link and unify reasons between the web interface and the mails
Add the Integrated case for delete. Also change 'delete' to 'delete: other reason' and move it down so that people avoid it
Output the Reason after the submitter email
fix syntax error # php -l is your friend
reasons for note deletions (patch by Sean Coates)
safe printing of email addresses when user note removal is initiated
smarter link label (as we know that it's a manual page)
bug found by Nuno
mass section change clenup by Jakub Vrana
Add Jakub's mass section changing patch plus some protection, so only a few selected people can do this (it allow a good deal of change possibility in the manual) - still needs some cleanup
register_globals cleanup - patch by Jakub Vrana
wups
introduce note_get_by_id() and note_mail_on_action() to get rid of repetitive code
introduce require_token() and connection without dying (used on pages called from cron and not seen by humans)
use db_query() instead of mysql_query(), since the former includes sql error handling code, so we don't need to do it on every query; also introduced db_connect()
reuse login code in the user notes script (it should remember the query string properly to take actions after login initiated with the PHP manual buttons)
lots of cleanups: - remove dependency on register_globals at some places (include files) - fix HTML tags (body was missing from master pages) - indentation, coding standards, adding cvs ids - converting some configuration related globals to constants
enable admins to edit manuals ids of notes - patch by Jakub Vrana
dislpay the note id
ups, this setting was executed a bit too late
support highlighted note (pre)viewing on the master server too
allow user note search by ID
adding pre tags
this is now handled by a stylesheet (white-space : pre), no need to add more <br />
don't output anything if we gonna use header..
I don't get where is my mind
using the right variable this time
larger textarea go back to the notes management page if report is set
- Fixed parse error. # NEVER commit without doing 'php -l' on any PHP file first!!
parse error
display the manual page keep the keyword displayed
layout fixes
first shot for the notes search interface
small typo
's/pconnect/connect/g'
Make notes not appear in the manual until someone approves them. This prevents questions/bug/other non-note material from appearing in the manual before it can be rejected/deleted. Make them kind of kind the events system is right now...
die if note doesn't exist
separate
some improvements to the notes system
include note submitter's email address in email to php-notes
grammar weirdness
send rejection messages from webmaster@php.net, and use an envelope sender that will ignore bounces
go ahead and use persistent connections
handle removed notes correctly now that they're just deleted.
show mysql errors
no longer using 'removed' column to mark deletion
more refactoring
add a couple of newlines to rejection email
Added initial support for email alerts to notes admins, still not integrated
set message-id and in-reply-to headers on emails to php-notes
fix dumb typo
don't delete entries a second time. for real, this time.
fail to delete/reject when already marked for removal
Adding text requested by Zak
oops, forgot the rejection letter text
interface for managing individual manual notes
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| systems@php.net | ViewVC Help |
| Powered by ViewVC 1.1-dev |