summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove ↵fisharebest6-51/+45
"SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour.
2011-06-09Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵fisharebest3-3/+3
option is now next to the name. Having two options is confusing - especially when an individual has two name records - which one does the menu option refer to?
2011-06-09I18N: Improve English texts. "Admin Option" is not very meaningfulfisharebest3-34/+29
2011-06-09I18N: Improve English texts. (Multi-)media items => "Media objects"fisharebest5-95/+79
2011-06-09Fix: creating new users and self-registration stores password, rather than ↵fisharebest1-1/+1
password hash
2011-06-09comment out portions of filterMedia2 which are currently non-functionalLarry Meaney1-8/+9
2011-06-09* remove unnecessary "Exclude Links" option on medialist.phpLarry Meaney1-52/+6
* trim more unused code from get_medialist2()
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest1-21/+18
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-06-08We no longer have/need menu separators.fisharebest1-3/+0
2011-06-07Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵fisharebest3-5/+59
slashes. The individual/family lists require that the name is saved the same as the way it is generated by the WT_Person object. Therefore upgrading to/from 1.1.2 causes records not to show - until they are edited or re-imported. Revert to the original behaviour (no slashes), and update the database to remove any that were added by 1.1.2. Also remove the n_list column. It has never been used.
2011-06-07Specify the BLOWFISH algorithm to generate password hashes. Update existing ↵fisharebest1-5/+22
password hashes to BLOWFISH as each user logs in.
2011-06-06Update version number - next release is planned to be 1.2.1fisharebest1-2/+2
2011-06-06Update version number, for 1.2.0 releasefisharebest1-2/+2
2011-06-06Revert 11711 (addition of PasswordHash library). We will implement this ↵fisharebest1-10/+5
logic after the next release.
2011-06-05New library PHPass for better hashes and a conversion routine on login for ↵Veit Olschinski1-5/+10
the old hash of the user. Needs careful testing on different platforms.
2011-06-02Media objects are called "Media objects", not "Multimedia objects", etc.fisharebest1-5/+4
2011-06-01print_main_media_row() - change the way $mediaobject is defined so it can ↵Larry Meaney1-1/+1
display pending objects
2011-05-31Remove some "obvious" help text. If any of the charts need more ↵fisharebest2-2/+2
information, then we should choose a better name for them.
2011-05-30#731055 - Admin page - default theme - SVN 11083Łukasz Wilenski1-4/+4
2011-05-30Correct tooltip for edit,copy,delete links in rtl and some other languages; ↵Nigel Osborne1-12/+12
move images for those links to indi_sprite.png
2011-05-29#731055 - Admin page - default theme - SVN 11083Łukasz Wilenski1-1/+1
2011-05-28Increase size of password field from 64 to 128 characters to support PHP ↵fisharebest2-1/+49
installations which use the SHA512 algorithm for crypt(), and hence generate 98 character hashes
2011-05-27Add support for inline editing using <textarea></textarea>fisharebest1-1/+1
2011-05-27(no commit message)Nigel Osborne1-3/+3
2011-05-27Add support for inline editing using <textarea></textarea>fisharebest1-0/+9
2011-05-27prevent url duplication in "Review Changes" messagesLarry Meaney1-3/+7
2011-05-26Add unique-id to all menu items. This will allow CSS based menus to add ↵fisharebest1-3/+3
icons or other formatting to each one. For dynamically generated menus (e.g. lists of family trees, list of favorites, list of languages, etc.), these are grouped into a submenu, allowing a default formatting to be attached to each of them. In addition, they are given a generated (and predictable) ID, so that custom themes can set custom icons for each tree, favorite, language, etc.
2011-05-26Tidy up code for creating/checking password hashes.fisharebest2-5/+10
2011-05-25Fix: indilist for names beginning with a space. Note, I have updated the ↵fisharebest1-17/+1
safe_GET/POST functions so that they no longer trim leading/trailing spaces from their input. This was originally added "because it seemed like a good idea", not because of any specific requirement.
2011-05-25get_media_folders() should not include media firewall dir; it was doing this ↵Larry Meaney1-3/+2
when $MEDIA_DIRECTORY_LEVELS was set to 0
2011-05-24Fix: wrong user shown on CHAN recordsfisharebest1-1/+1
2011-05-24bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney2-17/+1
* Created Media->printLinkedRecords() to eventually replace the PrintMediaLinks function in functions_mediadb.php * List of links is now calculated on demand by the Media object rather than up front by get_medialist2.
2011-05-24bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney2-32/+51
medialist can now sort again
2011-05-23Remove (very old) code for HTTP authentication. It is unmaintained, ↵fisharebest2-40/+8
untested, and has design limitations (e.g. server cannot force a client logout).
2011-05-23Fix: recent changes list gives error when all recent changes are for private ↵fisharebest1-82/+74
objects
2011-05-23Fix typo in recently added SQL statementfisharebest1-1/+1
2011-05-23always display file sizes in whole KBLarry Meaney1-16/+0
2011-05-22Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵fisharebest3-5/+1
actually used by the code, and DISPLAY_JEWISH_THOUSANDS is not needed (meliza + kosherjava)
2011-05-22bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney1-3/+3
removed another variable ("LEVEL") from the session Media->getHtmlUrlSnippet needs access to two global vars: $LB_URL_WIDTH,$LB_URL_HEIGHT; fixed problem with external files introduced in 11566
2011-05-22Remove old/unused codefisharebest1-44/+0
2011-05-22Family list performance. Count children from information in memory, rather ↵fisharebest1-13/+0
than query the database again.
2011-05-22Remove old/unused codefisharebest2-135/+3
2011-05-22bug 783620 - medialist.php unable to work with large lists of media itemsLarry Meaney1-0/+330
created get_medialist2 to store fewer properties for each media item in the session and filterMedia2 to operate on lists returned by get_medialist2 also fixed a bug in medialist.php that prevented "and" filters from working
2011-05-21medialist.php makes better use of the Media classLarry Meaney1-1/+1
rename Media->isFileExternal() to Media->isExternal() pass alertnotfound=>true to displayMedia to show a "file not found" message when the main image is missing
2011-05-20use WT_I18N::numberŁukasz Wilenski1-5/+5
2011-05-20All highlight images make better use of the Media classLarry Meaney3-53/+89
Created display_silhouette() function to display gender-specific silhouettes move thumb_or_main() from functions.php to functions_mediadb.php
2011-05-19add align style for RESN factsŁukasz Wilenski1-4/+4
2011-05-19translate the type of MARRŁukasz Wilenski1-0/+1
2011-05-17Some unknown names still showing as "(unknown)" instead of "…"fisharebest1-2/+2
2011-05-17privacy family list on pliacelist should be the same with main family listŁukasz Wilenski1-140/+140