phpWebSite 1.4.0 released

Posted by Matt

Posted on 15:08:16, Tuesday, December 11

No RC so backup your files and db.

Sourceforge - TAR.GZ
Sourceforge - ZIP

Local - TAR.GZ
Local - ZIP

Changes and bug fixes under read more.

Changes:

alert 1.0.0
+ New module for creating an alert page. Emails multiple participants.

blog 1.6.3
+ Fix to allow linkable images on cached pages.

boost 2.2.1
+ Install, uninstall, and update use popups now.

branch 1.1.4
+ Added text shortening on urls and directories.

calendar 1.6.0
+ Month grid view can be set to show events
+ Calendar events can be posted in the blog
+ Paragraph tag around day message
+ Fixed comment in event tpl preventing bar from disappearing in user
  mode
+ Removed extra message tag from month list view.
+ Applied patch #1813081 from aDarkling

categories 2.2.0
+ Added error check to category icon search.
+ Added getIcons function.

clipboard 1.0.1
+ Added different window titles.
+ Increased popup width.


controlpanel 2.1.4
+ Panel::display now includes the options to send content, title, and
  message information to be put in a default template.

core 1.7.1

Classes
----------------------------------------------
+ Batch
  o Added nextPage function to Batch. Automatically adds the meta tag
    forward.
  o Added graph padding to total width of graph.

+ File
  o Added gd check to cropImage
  o Added sanity check to scaleImage. If width and height of image is
    less than the resize only copy if the source and destination
    directories are different.
  o Fixed makeThumbnail function. Works as intended again.

+ Text
  o Added area tag to breaker function in Text class.

+ DBPager
  o DBPager can now order by joined columns.
  o Can now search columns on joined tables entered with joinResult.
  o initialize function now has optional parameter that delays
    the row loading.
  o Error prevention added to getPageRows function.
  o Added Eloi George's patch #1814159 to DBPager.php.
  o New method to determine total rows. If a primary index
    is found, counts on it.
  o New function setTotalColumn to force count column.
  o Pager clears order, columns, and group_by before figuring totals.

+ Form
  o Added new function, dateSelect. Works sort of like the old
    dateForm.
  o Added getPostedDate. Returns unix time from last posted
    dateSelect.
  o Added testDate function to verify correct dateSelect dates.
  o Fixed: Form wasn't properly creating id tags on array elements.
  o Added function addRadioAssoc, allows you to send an associative
    array to create a set of radio buttons. The array keys are the
    input values and the array values are the labels.

+ Database
  o AddWhere needed a little fix for the source column to use table
  as.
  o Added '~' and 'RLIKE' to allowed operators.
  o mysql and psql sub classes now handle regular expression calls
    properly.
  o Added ability to reference table names.
  o Small change to allow numerical prefixes.
  o Added order and limit to update and delete function.
  o changed groupBy to group_by to match rest of variable names
  o Group by added on distinct columns only if count is not set.
  o getIndex can now be passed a table name. If it is not,
    assumes current table.
  o addColumn has a distinct parameter again.
  o Transaction support added.

+ Key
  o Removed construct by reference calls in Key.
  o Moved permissions updates from save to savePermissions
    function. Key was removing permissions after each successful
    save.

+ Mail
  o Added HTML email capabilities.


Other changes
---------------------------------------------------

+ Convert
  o Form Generator convert was not reindexing the new form tables.
  o PageSmith and Web Page conversions remove the old menu suffixes.

+ Docs
  o Added information about using addJoin in Database_Class.txt
  o Small change to Language.txt. Need to pick up dngettext files as
    well.
  o Updated Forms documentation with dateSelect information.
  o Updated Database_Class.txt with table reference information.
  o Changed incorrect detail in Demographics document.
  o Added loadClass information to Database.txt
  o Updated Image_Manager documentation.
  o Updated ControlPanel.txt with information on adding link_titles
    and using Panel's new display parameters.
  o Added note to freecap CAPTCHA

+ Setup
  o Put a GD lib check into setup.

+ Javascript
  o Added default 'No label' to open_window if one is not entered.
  o Added open_window type information in example.
  o Added random number to open_window window title to allow multiple
    popups.

+ Default theme
  o Fixed bad css in default theme.



filecabinet 1.4.2

+ Fixed printErrors function in File_Common.
+ If pear return application/octet-stream as the mime type, file
  common tries to use mime_content_type to verify.
+ Fixed delete link in document listing.
+ If no title is entered for a document, it uses the file name.
+ Delete link in image selection works again.
+ Moved scripts out of head.js and into their own files.
+ Fixed multimedia generic thumbnail copying.
+ Added image height limits to standardize the image manager selection
  screen.
+ Added a crop threshold to the cropping function. If the pixel
  difference between the old image and the new is less than the
  threshold, the crop will not occur.
+ Images makeThumbnail function will now properly copy the image to
  the tn directory if it is under the thumbnail size.
+ Fixed clear Image link. Wasn't returning clear image to correct
  size.
+ module_created column missing from > 1.3.0 install.

menu 1.4.4
+ Added three new menu functions:
  o quickLink - inserts a new link on any menu pinned on all pages;
                passed a title and url.
  o quickKeyLink - same as above but passed key_id
  o updateKeyLink - causes a link to reset its url, title, and active
                    status based on the condition of the current key
                    it is based on.

+ Menu character limit set in settings now.
+ Added enableAdminMode function to menu. Called statically.
+ Bug #1814628 : Menu will only add a home link on new menus, not
  updated ones.
+ All links without parents were opening when on the home page.
  Changed code to prevent it.


pagesmith 1.0.7
+ PageSmith can be set to automatically create a link when a new page
  is created.
+ Changing a page title now updates the menu link.
+ Added open_window in case a cached page has a clickable image.


photoalbum 1.4.3
+ Increased resize width and height for photoalbum
+ Fixed resize functionality

profiler 0.3.3
+ Works with Image manager now.

rideboard 1.0.0
+ New module for connecting users who need rides.

rss 0.2.3
+ Added error check on feed listing.
+ Shortened urls
+ Added sort button to feed listing.


users 2.4.7
+ Removed global authorization from change password check since it is not
  written yet.
+ Added error check to permission menu.
+ Error for missing user groups now reports user id.
+ Forgot password will work if CAPTCHA is disabled.
+ Using new savePermissions function instead of save.
+ Current_User was calling giveItemPermissions incorrectly.';

version 0.1.6
+ Many minor changes
+ New translations

webpage 1.0.1
+ The front page indicator (yes/no) is now linkable.
+ The volume listing is restricted by edit rights.
+ canEdit function in Volume fixed.
+ Labeled Feature and Delete page permissions as Unrestricted only
+ Moved permission checks out to individual commands.
+ Added missing disapprove function.
+ Restricted users can no longer join, move, de/activate pages.
+ When restricted users added pages, they weren't showing up when
  trying to edit again.
+ Removed delete, de/activate and move options from web page listing
  for restricted users.
+ Added canEdit function to volume to ease permission checks.
+ Commented drop down box on page listing to hide area for restricted
  users.
 

Page: [1] | Post New Comment
Tue 11 Dec 2007 07:21:50 PM EST

hr_vbid

Some days before xmas ...

...and just a nice present.
Thanks a lot for that much work.
Hilmar
Tue 11 Dec 2007 08:55:11 PM EST

meisteg

Editors not working

Matt,
Thanks again for this release. I did spot a problem after my upgrade. The editors don't appear to be working correctly (I only tried fck and yui). The editors will come up on the forms, but when I click submit, the data isn't posted, causing modules to complain about not filling in fields. I haven't tested all mods yet, but I have seen this on "Alert!" (I'm still trying to figure out what this mod does), and one of my own modules.

Hope that description makes sense.

Happy holidays!

Greg
Tue 11 Dec 2007 10:52:25 PM EST

Matt

Odd

I don't have that problem but I will try a fresh install tomorrow. Try dumping cookies and clearing your cache. Also, go into Boost and revert the Core.

Matt
Wed 12 Dec 2007 12:32:10 AM EST - In response to Matt

meisteg

Re:Odd

Matt wrote: I don't have that problem but I will try a fresh install tomorrow. Try dumping cookies and clearing your cache. Also, go into Boost and revert the Core.

Matt


Dumping the cookies and cache did the trick. Thanks! I should have known to try that first. Sorry to scare you. Smile

Another flawless upgrade. Great work!
Wed 12 Dec 2007 11:45:24 AM EST

Matt

Whew!

And thanks Smile
Mon 17 Dec 2007 06:46:30 AM EST

Airone

No subject

Once again, thank you very much for your great work, phpWebsite is always growing better and better.
Fri 21 Dec 2007 05:28:11 PM EST

Anonymous

CMS Matrix

Hi,

Thanks for this great software!

The info on CMS Matrix (http://www.cmsmatrix.org) is a bit outdated.

Tom
Thu 03 Jan 2008 02:39:21 PM EST

Anonymous

Awesome

Many thanks for your continued work on this great project.

Mike
Fri 11 Jan 2008 04:30:10 AM EST

Anonymous

Info on CMS outdated

Yeah I agree that the info there is outdated.

That's why I'm glad this site exists to help us out.

Rodney
Mon 25 Feb 2008 06:49:49 PM EST

Anonymous

No subject

العاب - العاب سيارات - العاب اطفال - العاب اكشن - العاب قتال - العاب رياضية - العاب حربية - العاب جميلة
Tue 26 Feb 2008 03:22:03 AM EST

Anonymous

Change Logo

How to change logo in PHP Website from the admin panel. I tried to search it but could not find it. Please help.
3 weeks ago

Anonymous

Forum Module

Can anybody pls tell me where can I find a forum module, and how to install it??

Thx
Elena
3 weeks ago

Anonymous

game

dofus kamas
eve isk
shaiya gold
seo
yule
Page: [1]
10 20 50