Conversation
Member
Expected ChangelogRelease Notes 🪐HTML Rendering
Meta
.NET
DI
TagHelpers
Application Options
L10N
WebApi
First time setup
Example Project
Data DictionaryHome
Repository Support
Validations
FormEvents
Logger
Added support to DateTime2
Dependency Injection
Breaking ChangesDataAccess
JJBaseView
JJUploadFile
JJDataImp
The events:
are now fired on JJFormView, JJDataImp and WebApi via JJDataPanel
JJComboBox
JJGridView
JJLinkButton
public enum LinkButtonType
{
Link = 0,
Button = 1,
Submit = 2
}EventArgs Classes
FormEvents
WebApi
Logger
Important
|
* HtmlBuilder * up * refactoring * sync * up * Refactor JJAlert.cs and JJIcon.cs * Refactor JJText.cs & JJTitle.cs * indented text html builder * JJTextTel * Refactor translate jjalert * JJLinkButton JJSpinner JJTextBox * bug fix JJTextBox * up * fine * JJTextBox refactoring * TextBox Refactoring * CollapsePanel * Collapse panel dev * JJTextArea * JJTextFile * JJLinkButtonGroup * JJCollapsePanel.cs * JJTabNav * JJCheckBox * JJSlider * JJComboBox.cs * BugFix JJTextBox.cs * Finished JJLegendView.cs * GridUI.cs * GridUI.cs & Alert fix. * BugFix Lookup when null & Fix Icon * JJModalDialog * bug fix * bug fix JJTabNav on BS3 * JJMessageBox * JJSearchBox.cs * JJSearchBox refactor and docs * LinkButton docs, FeedbackIcon TypeScript & LookUp HTML Builder * DataExp loading * JJDataImpProcess * DataImpHelp * DataImpLog * JJDataExp.cs finished * HtmlBuilder Refactoring * JJCollapsePanel Bug fix * JJSearchBox Refactoring * JJDataImp * Refactoring .AppendElement(JJBaseView) * del temp images * Rename JJMasterData.Web.DataDictionary.csproj to JJMasterData.Web.Bootstraper.csproj and migrated JJDownloadFile.cs * BugFix JJDataExp.cs with files. * GridConfigSorting.cs HTML Element. * JJDataPanel +refactoring * Sync * FieldManager * Added GridPagination.cs HtmlElement * DataPanelControl * law of the west * GridToolbar.cs and renamed GetHtmlElement to RenderHtmlElement. * Segregate Action execution * JJCard * Fix comment layout * DataPanelGroup * Fix stackoverflow exception when initialize without ConnectionString * Fix JJAlert on grid * Sync * JJDataPanel JS * Added GridTable.cs & GridTableHeader.cs * Sync * Added GridTableBody.cs * JJDataPanel * LinkButtonType * Refactoring * GridToolbar.cs refactor * Finished GridTable & fixed default button * GridTable refactors * Finished GridActions * ReSharper - Use string interpolation * Added RenderHtmlElement method to GridView * Removed StringBuilder from GridView table. * JJTollbar.cs * Correct english spelling (Tollbar->Toolbar) * FormUpload GalleryView * JJDataPanel * rename DataDictionaryManaget to FormService * Components factory plan * Prepare DataPanelControl to JJTextRange on filter * Adjust date format * JJFormLog * GridFilter.cs HtmlElement * GridFilter * JJFormUpload * Sync * HtmlElement is now HtmlBuilder * HtmlElement.GetHtml() is now HtmlBuilder.ToString() * bug fix on display number of records selected in the grid correctly closes #40 * HtmlBuilder indentation tests * fix GridPagination layout * bug fix * Removed StringBuilders from JJMasterData.Web and refactored JJMasterData.Core * Bug fix JJFormUpload rename file action * remove unused class Co-authored-by: Lucio Pelinson <lucio@jjconsulting.com.br> Co-authored-by: Ivan <ivanilsonsantosoliveira@gmail.com>
# Conflicts: # src/JJMasterData.Commons/JJMasterData.Commons.csproj # src/JJMasterData.Web/JJMasterData.Web.csproj # src/JJMasterData.Web/wwwroot/js/jjmasterdata/jjmasterdata.js.map
This reverts commit 17b5085.
This reverts commit 770cbd9.
This reverts commit 100d658.
* Refactors & Removed some SQL injections * Removed all warnings from DataAccess.cs and all SQL injection risks * Refactors DataAccess.cs * Refactors DataAccess.cs * Refactors DataAccess.cs * Code re-utilization * Code quality * Remove unused imports
* JJFormUpload * JJFormUpload * sync * Breaking Change Renamed: OnCreateFile => OnBeforeCreateFile; OnDeleteFile => OnBeforeDeleteFile; OnRenameFile => OnBeforeRenameFile; OnDownloadFile => OnBeforeDownloadFile; * DataHelper * Rename variables * refactoring FormManager GetTriggerValues => MergeWithExpressionValues ApplyDefaultValues => MergeWithDefaultValues * FormManager * Sync * Segregate the responsibility of building a file path into a new class; Moved save files rules from FormService to FormFileService; * new method InsertOrReplace in FormService * events still need to be resolved * return number of rows affected on update command * move Models/CultureHandler.cs to Handlers/CultureHandler.cs * static method to recover UserId * AuditLogData now is DataContext and is used do fired sender events this causes a big breaking change ___ooooo___ * removed get methods from FormService * MasterApiService * indent files * Sync * up * MasterApiService * bug fix on review * review checked * Removed AutoPostBack from JJBaseView
…t. (#49) * Enabled C#11 for the entire project and .NET 7 for the example project. * Delete global.json * Use TargetFrameworks instead of TargetFramework
# Conflicts: # src/JJMasterData.Commons/JJMasterData.Commons.csproj # src/JJMasterData.Core/JJMasterData.Core.csproj # src/JJMasterData.Web/JJMasterData.Web.csproj # src/JJMasterData.Web/wwwroot/js/jjmasterdata/jjmasterdata.js # src/JJMasterData.Web/wwwroot/js/jjmasterdata/jjmasterdata.js.map # src/JJMasterData.Web/wwwroot/ts/jjupload.ts
…t duplicated PK exception
End-user tutorials Co-authored-by: AndreSequinel <andresequinel@gmail.com> Co-authored-by: Lucio Pelinson <lucio.pelinson@gmail.com>
* Use IEnumerable instead of List for HtmlBuilder * Split Options into the respective Assemblies * BugFix DatabaseDataDictionaryRepository.cs * BugFix & HtmlAgilityPack at tests * BugFix DataHelper * BugFix CheckBox & CollapsePanel * Fix DataExp * BugFix _DataItem.cshtml * Cript backing field * BugFix && modifier * Removed unused fields * Rename Repository * adjusts * Rename Options * refactoring * DbLogger tableExists cache * BootstrapHelper.cs refactor * Remove unused line * Revert HtmlAgilityPack * DbLogger BugFix * BugFix Lookup * Refactoring Co-authored-by: Lucio Pelinson <lucio.pelinson@gmail.com>
* AutoDipose DataAccess.cs * Convert method to property * Rename * Use interfaces of IEnumerable instead of hard-coded types. * Remove unused ToList * Dispose DataReader * Update docs
# Conflicts: # src/JJMasterData.Commons/DI/JJServiceBuilder.cs # src/JJMasterData.Web/Scripts/jjloadform.ts # src/JJMasterData.Web/wwwroot/js/jjmasterdata/jjmasterdata.js # src/JJMasterData.Web/wwwroot/js/jjmasterdata/jjmasterdata.js.map
Member
|
@LucioPelinson LGTM 😁 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Saturn (3.1 version) is coming